aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
blob: c0911e1a41c0b50cde72e2f184c5a7c4ad83a29e (plain)
1
2
3
4
5
6
7
8
9

[visual mode] - with selected lines
gq - format text so that it fits in whatever :set textwidth was set

[commands]
:spell [word]  - adds a word to the current dictionary (no mistake any more)
:set list      - display non printable characters
:retab         - replaces tabs with spaces
:set expandtab - in insert mode: replace tab with spaces   
..