1
0
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:
Doug Kearns
2007-08-15 16:45:04 +00:00
parent b538171cca
commit 42e295a718
4 changed files with 51 additions and 18 deletions

View File

@@ -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."