mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:54:13 +01:00
merged change of "b" mapping to :buffer!
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
2007-XX-XX:
|
2007-XX-XX:
|
||||||
* version 0.5.3
|
* version 0.5.3
|
||||||
|
* b calls :buffer! now instead of :buffer
|
||||||
* [+], [-] and [+-] in the statusline, whether we can go back, forward, or both
|
* [+], [-] and [+-] in the statusline, whether we can go back, forward, or both
|
||||||
* :set showtabline now finally works as expected for all values
|
* :set showtabline now finally works as expected for all values
|
||||||
|
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ function Mappings() //{{{
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["b"],
|
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",
|
short_help: "Open a prompt to switch buffers",
|
||||||
help: "Typing the corresponding number switches to this buffer."
|
help: "Typing the corresponding number switches to this buffer."
|
||||||
|
|||||||
Reference in New Issue
Block a user