Movement II
| Key (memorize) | Description (memorize) |
|---|---|
| w | right 1 word |
| b | left 1 word |
| e | right 1 word (to word end) |
| ^f | page down |
| ^b | page up |
| ^ (simply Shift-6) | beginning of line text |
Movement III
| Key (memorize) | Description (memorize) |
|---|---|
| gg | beginning of file |
| G | end of file |
| % | jump to matching parenthesis |
| } | forward paragraph |
| { | backward paragraph |
| ) | forward sentence |
| ( | backward sentence |
Directories
| Key (memorize) | Description (memorize) |
|---|---|
| :E | view current dir |
| :e / | view root dir |
| - (while viewing dir) | up one dir |
| i (while viewing dir) | toggle display mode |
| d (while viewing dir) | create dir |
| R (while viewing dir) | rename file or dir |
Deleting
| Key (memorize) | Description (memorize) |
|---|---|
| x | delete char |
| dd | delete line |
| dw | delete word |
| p | insert last deleted |
| d$ | delete until end of line |
this section is inserted from the Vim page
Pages
♦ Vim
♦ Vim 2
♦ Vim 3
♦ Vim 4 - has helpful config settings
Add a section to this page!
- Click this button to contribute to this page (by adding a section here).♦
Feel free to experiment. Your edits won't immediately show up to everyone.



working...