Last active
October 19, 2017 18:43
-
-
Save weslley39/cc7cd7f3f3e81c218fa50e5bccc70d1a 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
NAVIGATION MODE | |
GG - End of the document | |
gg - Start of the document | |
h - left | |
l - right | |
k - up | |
j - down | |
w - next word | |
b - prev word | |
0 - start of the line | |
$ - end of the line | |
f+letter - go to the first letter found in the line | |
e - move to the end of the word | |
EDIT MODE | |
a - put the cursor in front of the word in edit mode | |
i - put the cursor behinde of the word in edit mode | |
o - put the cursor in the next line in edit mode | |
COPY/PASTE | |
y - for copy in visual mode | |
p - for paste in visual mode - for paste in visual mode | |
yy - copy the entire line | |
dd - delete the entire line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment