diff options
author | Max Christian Pohle | 2017-01-26 19:00:51 +0100 |
---|---|---|
committer | Max Christian Pohle | 2017-01-26 19:00:51 +0100 |
commit | 0b2a2635c3ba74a73ca417fc8c4251134ca255fd (patch) | |
tree | e470e3b8b27acf3e7d0c9e90b43a8ac1ad6ce246 /doc/shortcuts.txt | |
parent | 79a13495d51718110f9fc074b55bc4e7e774e7c8 (diff) | |
download | vim-karlmarks-0b2a2635c3ba74a73ca417fc8c4251134ca255fd.tar.bz2 vim-karlmarks-0b2a2635c3ba74a73ca417fc8c4251134ca255fd.zip |
Added command: Hide from bufferlist
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 79d3027..c85b640 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -81,10 +81,11 @@ z= = show spellcheck suggestions | |||
81 | 81 | ||
82 | 82 | ||
83 | [buffers] | 83 | [buffers] |
84 | :bn = buffer next | 84 | :bn = buffer next |
85 | :bp = buffer previous | 85 | :bp = buffer previous |
86 | :bd = buffer dispatch (close) | 86 | :bd = buffer dispatch (close) |
87 | :b <tab> = switch buffer by name (use <tab> and <return>) | 87 | :b <tab> = switch buffer by name (use <tab> and <return>) |
88 | :set nobuflisted = hide buffer in buffer list (great for neovim's terminal) | ||
88 | 89 | ||
89 | 90 | ||
90 | [special] | 91 | [special] |