Last active
June 15, 2020 09:20
-
-
Save abhiche/3d2497bd4681e7ddc0d9fd02f44ebeb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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