diff --git a/app/index.html b/app/index.html
index fe86291f..2c200245 100644
--- a/app/index.html
+++ b/app/index.html
@@ -40,7 +40,7 @@
Cursor movement
0 - (zero) start of line
^ - first non-blank character of line
$ - end of line
- G - Go To command (prefix with number - 5G goes to line 5)
+ G - go to command (prefix with number - 5G goes to line 5)
Tip Prefix a cursor movement command with a number to repeat it. For example, 4j moves down 4 lines.
@@ -75,10 +75,10 @@
Editing
Marking text (visual mode)
- v - start visual mode, mark lines, then do command (such as y-yank)
- - V - start Linewise visual mode
+ - V - start linewise visual mode
- o - move to other end of marked area
- Ctrl + v - start visual block mode
- - O - move to Other corner of block
+ - O - move to other corner of block
- aw - mark a word
- ab - a () block (with braces)
- aB - a {} block (with brackets)
@@ -134,15 +134,15 @@ Search/Replace
Working with multiple files
- - :e filename - Edit a file in a new buffer
+ - :e filename - edit a file in a new buffer
- :bnext or :bn - go to next buffer
- :bprev or :bp - go to previous buffer
- :bd - delete a buffer (close a file)
- - :sp filename - Open a file in a new buffer and split window
- - :vsp filename - Open a file in a new buffer and vertically split window
- - Ctrl + ws - Split windows
+ - :sp filename - open a file in a new buffer and split window
+ - :vsp filename - open a file in a new buffer and vertically split window
+ - Ctrl + ws - split windows
- Ctrl + ww - switch windows
- - Ctrl + wq - Quit a window
+ - Ctrl + wq - quit a window
- Ctrl + wv - split windows vertically