aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-07 13:33:56 +0200
committerMax Christian Pohle2015-09-07 13:33:56 +0200
commitf76eebbfdbfc709367475ba23b6523bd4f1598cd (patch)
treec78bfe1d3f3f5cd6cace843a691fff48145b6a15
parent22b8062ef4dc6962715e7fa67ba53197d583f005 (diff)
downloadvim-f76eebbfdbfc709367475ba23b6523bd4f1598cd.tar.bz2
vim-f76eebbfdbfc709367475ba23b6523bd4f1598cd.zip
tab options, white space handling
-rw-r--r--doc/shortcuts.txt5
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 @@
3gq - format text so that it fits in whatever :set textwidth was set 3gq - 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
..