diff options
author | Max Christian Pohle | 2015-09-07 13:33:56 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-07 13:33:56 +0200 |
commit | f76eebbfdbfc709367475ba23b6523bd4f1598cd (patch) | |
tree | c78bfe1d3f3f5cd6cace843a691fff48145b6a15 | |
parent | 22b8062ef4dc6962715e7fa67ba53197d583f005 (diff) | |
download | vim-f76eebbfdbfc709367475ba23b6523bd4f1598cd.tar.bz2 vim-f76eebbfdbfc709367475ba23b6523bd4f1598cd.zip |
tab options, white space handling
-rw-r--r-- | doc/shortcuts.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 18af473..c0911e1 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -3,4 +3,7 @@ | |||
3 | gq - format text so that it fits in whatever :set textwidth was set | 3 | gq - format text so that it fits in whatever :set textwidth was set |
4 | 4 | ||
5 | [commands] | 5 | [commands] |
6 | :spell [word] - adds a word to the current dictionary (no mistake any more) | 6 | :spell [word] - adds a word to the current dictionary (no mistake any more) |
7 | :set list - display non printable characters | ||
8 | :retab - replaces tabs with spaces | ||
9 | :set expandtab - in insert mode: replace tab with spaces | ||