mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 10:45:46 +01:00
Add :keepalt.
This commit is contained in:
@@ -207,6 +207,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||[c]:iunmap[c]|| Remove a mapping in Insert mode +
|
||||
||[c]:javascript[c]|| Run a JavaScript command through eval() +
|
||||
||[c]:jumps[c]|| Show jumplist +
|
||||
||[c]:keepalt[c]|| Execute a command without changing the current alternate buffer +
|
||||
||[c]:let[c]|| Set or list a variable +
|
||||
||[c]:loadplugins[c]|| Immediately load all unloaded plugins +
|
||||
||[c]:macros[c]|| List all macros +
|
||||
|
||||
@@ -12,6 +12,21 @@ section::Listing{nbsp}tabs[listing-tabs]
|
||||
________________________________________________________________________________
|
||||
Show a list of buffers (=tabs) matching [a][filter][a]. Without [a][filter][a]
|
||||
list all tabs.
|
||||
|
||||
A buffer may be marked with one of the following indicators:
|
||||
|
||||
[frame="topbot",grid="none",cols="1,10"]
|
||||
|===============================================================================
|
||||
|*%*|The current buffer
|
||||
|*#*|The alternate buffer for [c]:e #[c] and [m]<C-^>[m]
|
||||
|===============================================================================
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:keepa| |:keepalt| +
|
||||
||:keepa[lt] {cmd}||
|
||||
________________________________________________________________________________
|
||||
Execute a command without changing the current alternate buffer.
|
||||
________________________________________________________________________________
|
||||
|
||||
section::Opening{nbsp}tabs[opening-tabs]
|
||||
|
||||
Reference in New Issue
Block a user