mirror of
https://github.com/gryf/.vim.git
synced 2026-03-08 03:15:46 +01:00
Updated gundo and buffergator. Corrected gui/terminal behaviour.
This commit is contained in:
@@ -102,15 +102,38 @@ the catalog viewer.
|
||||
|
||||
O, go Preview the currently-selected buffer in the previous
|
||||
window.
|
||||
S, gs Preview the currently-selected buffer is a new split.
|
||||
V, gv Preview the currently-selected buffer is a new vertical
|
||||
split
|
||||
S, gs Preview the currently-selected buffer is a new vertical
|
||||
split.
|
||||
I, gi Preview the currently-selected buffer is a new split
|
||||
T Preview the currently-selected buffer is a new tab
|
||||
page.
|
||||
<SPACE>, <C-N> Go to the next buffer entry and preview it in the previous
|
||||
window.
|
||||
<C-SPACE>, <C-P> Go to the previous buffer entry and preview it in the
|
||||
previous window.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Go to Existing Viewport Showing Buffer~
|
||||
|
||||
The following keys will try to find the selected buffer in an existing
|
||||
viewport (whether on the current tab page or another).
|
||||
|
||||
eo If currently-selected buffer is showing in an existing
|
||||
viewport on this or any other tab page, go it it;
|
||||
otherwise show it in the previous window.
|
||||
es If currently-selected buffer is showing in an existing
|
||||
viewport on this or any other tab page, go it it;
|
||||
otherwise show it in a new vertical split.
|
||||
ei If currently-selected buffer is showing in an existing
|
||||
viewport on this or any other tab page, go it it;
|
||||
otherwise show it in a new horizontal split.
|
||||
et If currently-selected buffer is showing in an existing
|
||||
viewport on this or any other tab page, go it it;
|
||||
otherwise show it in a new tab page.
|
||||
E If currently-selected buffer is showing in an existing
|
||||
viewport on this or any other tab page, go it it;
|
||||
otherwise do nothing.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Window Control~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user