CTRL-O : Go to [count] Older cursor position in jump list
CTRL-I : Go to [count] newer cursor position in jump list
:bf : Go to first buffer in buffer list.
:bn :Go to [N]th next buffer in buffer list.
gf : open in the same window ("goto file")
<c-w>f open in a new window (Ctrl-w f)
<c-w>gf open in a new tab (Ctrl-w gf)
Next tab: gt
Prior tab: gT
Numbered tab: nnngt
* : search for the exact word under the cursor
g* : same as * but allows partial matches
gd : go to (local) variable definition
gD : go to (global) variable definition
Last active
October 8, 2021 16:37
-
-
Save raytroop/9c1826d1996419b85f17a1df1ec2b72f to your computer and use it in GitHub Desktop.
vim keybinding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment