diff options
author | Max Christian Pohle | 2016-10-18 13:54:12 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-10-18 13:54:12 +0200 |
commit | 87271db105e429a402b8934259b2390d55ac7481 (patch) | |
tree | 077fbbbfdf294d7f18e1c8cf2d18d04aafc4c2bb /doc/shortcuts.txt | |
parent | 4b53f1d6d472c0a621d29d194e43c72e54d23ec3 (diff) | |
download | vim-karlmarks-87271db105e429a402b8934259b2390d55ac7481.tar.bz2 vim-karlmarks-87271db105e429a402b8934259b2390d55ac7481.zip |
<leader><leader> opens, focusses & closes NERDTree
Additionally reordered many settings to make the file more readable.
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 1 |
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 |
12 | K = keyword lookup for the word under the cursor (see :help kp) | ||
12 | 13 | ||
13 | 14 | ||
14 | 15 | ||