1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-12 23:35:22 +02:00

merged change of "b" mapping to :buffer!

This commit is contained in:
Doug Kearns
2007-10-16 00:15:09 +00:00
parent 540273c6c7
commit bfebe77426
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ function Mappings() //{{{
}
));
addDefaultMap(new Map(vimperator.modes.NORMAL, ["b"],
function() { vimperator.commandline.open(":", "buffer ", vimperator.modes.EX); },
function() { vimperator.commandline.open(":", "buffer! ", vimperator.modes.EX); },
{
short_help: "Open a prompt to switch buffers",
help: "Typing the corresponding number switches to this buffer."