We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293f17a commit d507eddCopy full SHA for d507edd
vimTutorial/README.md
@@ -19,6 +19,9 @@ Vim and Unix Commands:
19
* vimtutor - the VIM quick start tutorial
20
* vim <file> - open file
21
* :q - close vim
22
+ * :q! - close vim without saving the file
23
+ * :w - save
24
+ * :wq - save and close
25
* hjkl - move 1 character
26
* CTRL+d - move down by half a page
27
* CTRL+u - move up by half a page
@@ -44,8 +47,6 @@ Vim and Unix Commands:
44
47
* x - deletes one character
45
48
* J - join lines
46
49
* r - replace character
- * :w - save
- * :wq - save and close
50
* :sp <filename> - split window
51
* :vs <filename> - split window vertical
52
* CTRL+w j - go down a window
0 commit comments