diff options
author | Max Christian Pohle | 2018-06-20 23:03:55 +0200 |
---|---|---|
committer | Max Christian Pohle | 2018-06-20 23:03:55 +0200 |
commit | 20f44bf13a43456f37245c9d4d76e9be193ecd60 (patch) | |
tree | 1155ef82b4a6c51dd4d6613e2e96846e5dd462e4 /doc/shortcuts.txt | |
parent | 72bc799d4d3da199d3f4d97ab41fe85ca75bfd76 (diff) | |
download | vim-karlmarks-20f44bf13a43456f37245c9d4d76e9be193ecd60.tar.bz2 vim-karlmarks-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/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 3 |
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] |
129 | g CTRL-g = display file properties including word and char count | 132 | g CTRL-g = display file properties including word and char count |