aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2018-06-20 23:03:55 +0200
committerMax Christian Pohle2018-06-20 23:03:55 +0200
commit20f44bf13a43456f37245c9d4d76e9be193ecd60 (patch)
tree1155ef82b4a6c51dd4d6613e2e96846e5dd462e4 /doc
parent72bc799d4d3da199d3f4d97ab41fe85ca75bfd76 (diff)
downloadvim-20f44bf13a43456f37245c9d4d76e9be193ecd60.tar.bz2
vim-20f44bf13a43456f37245c9d4d76e9be193ecd60.zip
Fixed code folding bug
also added some Git menu enties improved the recently used files startup screen improved the foltext by removing double white spaces improved contextual statusline
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 6cdebec..4d58590 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -124,6 +124,9 @@ zE = eliminates all folds
124:b <tab> = switch buffer by name (use <tab> and <return>) 124:b <tab> = switch buffer by name (use <tab> and <return>)
125:set nobuflisted = hide buffer in buffer list (great for neovim's terminal) 125:set nobuflisted = hide buffer in buffer list (great for neovim's terminal)
126 126
127[args]
128:n **/*.c = opens all files with that name or type in buffers and also fills the argument list
129
127 130
128[special] 131[special]
129g CTRL-g = display file properties including word and char count 132g CTRL-g = display file properties including word and char count
..