From 5f9813c9bfc64bcb4af2f4d6aa9544690366df19 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 14 Sep 2016 13:47:36 +0200 Subject: disable code folding --- doc/shortcuts.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc/shortcuts.txt') diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 1432837..a95e530 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt @@ -5,6 +5,8 @@ leader key = usually set to backslash expects a quick command f{char} = move cursor to the character {char} gf = open file under cursor gf = open file under cursor in a tab +] = jump to the tag under the cursor in a new window + = jump back from where that ^ brought you @@ -18,8 +20,8 @@ iB = select block between curly braces (:help object-select) :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 -:Explore = cli version open file dialog +:set expandtab = in insert mode: replace tab with spaces +:Explore = cli version open file dialog [navigation] @@ -61,4 +63,14 @@ zR = opens all folds (unfold all) [vim modeline] the last line can be a mode line, which holds settings like tab width: + +[buffers] +:bn = buffer next +:bp = buffer previous +:bd = buffer dispatch (close) + + +[special] +g CTRL-g = display file properties including word and char count + # vim: noai:ts=2:sw=2 filetype=dosini -- cgit v1.2.3