aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2016-09-27 21:53:57 +0200
committerMax Christian Pohle2016-09-27 21:53:57 +0200
commit12160cb747a794cdcecba7ecf10ce9e6af7c3f12 (patch)
tree34476e3a47471b59c746a81ca61e59a38b637b53 /doc
parent8b5ea119f456a015a2d7455534d7d3d70f467caa (diff)
downloadvim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.tar.bz2
vim-12160cb747a794cdcecba7ecf10ce9e6af7c3f12.zip
replaced Vundle with vim-plug and tidied configuration
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index a95e530..3b12d57 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -72,5 +72,6 @@ the last line can be a mode line, which holds settings like tab width:
72 72
73[special] 73[special]
74g CTRL-g = display file properties including word and char count 74g CTRL-g = display file properties including word and char count
75CTRL-X CTRL-F = display file name completions using (vim-internal) omnicomplete
75 76
76# vim: noai:ts=2:sw=2 filetype=dosini 77# vim: noai:ts=2:sw=2 filetype=dosini
..