aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 2c96bef..3dd389f 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -132,6 +132,11 @@ a = toggles display of hidden files
132[filetype:css] 132[filetype:css]
133viB:sort = sort inner block by name 133viB:sort = sort inner block by name
134 134
135[vim commands]
136:for i in range(1,12) | put ='2016-'.i | endfor
137
138[fancy utf-8 symbols]
139
135 140
136[vim modeline] 141[vim modeline]
137filetype can have multiple values, like python.django 142filetype can have multiple values, like python.django
..