mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 17:14:12 +01:00
use the multiline output window for :buffers and move the existing persistent
window functionality to :buffers!
This commit is contained in:
@@ -328,7 +328,7 @@ function Mappings() //{{{
|
||||
}
|
||||
));
|
||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["B"],
|
||||
function() { vimperator.commands.buffers(); },
|
||||
function() { vimperator.buffer.list(true); },
|
||||
{
|
||||
short_help: "Toggle buffer list",
|
||||
help: "Toggles the display of the buffer list which shows all opened tabs."
|
||||
|
||||
Reference in New Issue
Block a user