Skip to content

Commit d507edd

Browse files
committed
Update README.md
1 parent 293f17a commit d507edd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vimTutorial/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Vim and Unix Commands:
1919
* vimtutor - the VIM quick start tutorial
2020
* vim <file> - open file
2121
* :q - close vim
22+
* :q! - close vim without saving the file
23+
* :w - save
24+
* :wq - save and close
2225
* hjkl - move 1 character
2326
* CTRL+d - move down by half a page
2427
* CTRL+u - move up by half a page
@@ -44,8 +47,6 @@ Vim and Unix Commands:
4447
* x - deletes one character
4548
* J - join lines
4649
* r - replace character
47-
* :w - save
48-
* :wq - save and close
4950
* :sp <filename> - split window
5051
* :vs <filename> - split window vertical
5152
* CTRL+w j - go down a window

0 commit comments

Comments
 (0)