mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 13:22:25 +01:00
* b is now :buffer! with !
* show mode again on tabchange * temporary :command without real function, sorry for the commit ;)
This commit is contained in:
@@ -405,7 +405,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."
|
||||
|
||||
Reference in New Issue
Block a user