aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
blob: 9f4325f19db548df6d142a296698ffea142b06c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

[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   

[navigation]
<CTRL-]>       - go to tag under the cursor (help links as well)
<CTRL-T>       - return back from tag under the cursor
..