Skip to content

Commit

Permalink
creats readme including vim tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldina committed Jul 20, 2018
0 parents commit 322b90b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"Hello!"
To get out of command mode in Vim, hit I.
Hit esc to get to command mode
Command mode controls:
Press h to go left, l to go right, k for up, j for down
e = end of word
b = beginning of word
x = delete text
undo is u
redo is ctrl + r
In command mode, write :wq to "write"/save and quit
:q! is to quit without changes.
:q is to quit when you didn't make changes

0 comments on commit 322b90b

Please sign in to comment.