aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shortcuts.txt')
-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
..