| :e file |
| :w |
| :buffers |
| :bn |
| :bdelete |
| :q |
| :x |
| gg first line |
| G last line |
| Ctrl + f / b page |
| ^ / $ line |
| w / b word |
| f ; character |
| % parenthesis |
| :%s/foo/bar/gc |
| :sp |
| :vs |
| :close |
| Ctrl + w w |
| syntax on |
| autocmd FileType python setl tabstop=4 shiftwidth=4 expandtab |
| autocmd FileType ruby setl tabstop=2 shiftwidth=2 expandtab |
| autocmd FileType eruby setl tabstop=2 shiftwidth=2 expandtab |