mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-19 08:33:31 +02:00
Add :toolbar* commands to Vim RC file highlighters.
This commit is contained in:
@@ -135,4 +135,24 @@ Open the specified display pane. {pane} is any of "service pane left", "service
|
||||
pane bottom", "content pane bottom" or "right sidebar".
|
||||
________________________________________________________________________________
|
||||
|
||||
section:Toolbars[toolbar]
|
||||
|
||||
|:tbs| |:tbshow| |:toolbars| |:toolbarshow| +
|
||||
||:toolbarshow {name}||
|
||||
________________________________________________________________________________
|
||||
Shows the named toolbar.
|
||||
________________________________________________________________________________
|
||||
|
||||
|:tbh| |:tbhide| |:toolbarh| |:toolbarhide| +
|
||||
||:toolbarhide {name}||
|
||||
________________________________________________________________________________
|
||||
Hides the named toolbar.
|
||||
________________________________________________________________________________
|
||||
|
||||
|:tbt| |:tbtoggle| |:toolbart| |:toolbartoggle| +
|
||||
||:toolbartoggle {name}||
|
||||
________________________________________________________________________________
|
||||
Toggles the named toolbar.
|
||||
________________________________________________________________________________
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
@@ -304,6 +304,9 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||[c]:tabprevious[c]|| Switch to the previous tab or go [count] tabs back +
|
||||
||[c]:tabrewind[c]|| Switch to the first tab +
|
||||
||[c]:time[c]|| Profile a piece of code or run a command multiple times +
|
||||
||[c]toolbarhide[c]|| Hide the named toolbar +
|
||||
||[c]toolbarshow[c]|| Show the named toolbar +
|
||||
||[c]toolbartoggle[c]|| Toggle the named toolbar +
|
||||
||[c]:unabbreviate[c]|| Remove an abbreviation +
|
||||
||[c]:undo[c]|| Undo closing of a tab +
|
||||
||[c]:undoall[c]|| Undo closing of all closed tabs +
|
||||
|
||||
Reference in New Issue
Block a user