aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2016-10-18 13:54:12 +0200
committerMax Christian Pohle2016-10-18 13:54:12 +0200
commit87271db105e429a402b8934259b2390d55ac7481 (patch)
tree077fbbbfdf294d7f18e1c8cf2d18d04aafc4c2bb /doc
parent4b53f1d6d472c0a621d29d194e43c72e54d23ec3 (diff)
downloadvim-87271db105e429a402b8934259b2390d55ac7481.tar.bz2
vim-87271db105e429a402b8934259b2390d55ac7481.zip
<leader><leader> opens, focusses & closes NERDTree
Additionally reordered many settings to make the file more readable.
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 540f086..daf9003 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -9,6 +9,7 @@ gf = open file under cursor
9<C-w>gf = open file under cursor in a tab 9<C-w>gf = open file under cursor in a tab
10<C-w>] = jump to the tag under the cursor in a new window 10<C-w>] = jump to the tag under the cursor in a new window
11<C-t> = jump back from where that ^ brought you 11<C-t> = jump back from where that ^ brought you
12K = keyword lookup for the word under the cursor (see :help kp)
12 13
13 14
14 15
..