Skip to content

Instantly share code, notes, and snippets.

@abhiche
Last active June 15, 2020 09:20
Show Gist options
  • Save abhiche/3d2497bd4681e7ddc0d9fd02f44ebeb1 to your computer and use it in GitHub Desktop.
Save abhiche/3d2497bd4681e7ddc0d9fd02f44ebeb1 to your computer and use it in GitHub Desktop.
za Toggle folds
c-r Redo
u Undo
c-p Search file
c-n Toggle nerdtree
c-s Search text in folder
s-h Move window left
s-l Move window right
c-h Move to left buffer
c-l Move to right buffer
gv Select previous selection in visual mode
V Select a line in visual mode
gg Beginning of page
G End of page
S-F CR Format using prettier
zj OR gd Jump to definition
vap Select a paragraph
dap Delete a paragraph
va} Select the block within }
guw To lowercase a word - gu and movement gu2w etc
gUw To uppercase a word
ci' Change inside ''
ca' Change around ''
dt' Delete until ', doesn't delete '
df' Delete until ', deletes ' too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment