mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:04:12 +01:00
Add a :loadplugins command
This commit is contained in:
@@ -186,6 +186,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||:javascript|| Run a JavaScript command through eval() +
|
||||
||:jumps|| Show jumplist +
|
||||
||:let|| Set or list a variable +
|
||||
||:loadplugins|| Immediately load all unloaded plugins +
|
||||
||:macros|| List all macros +
|
||||
||:map|| Map a key sequence +
|
||||
||:mapclear|| Remove all mappings +
|
||||
|
||||
@@ -92,6 +92,15 @@ printed.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:lpl| |:loadplugins|
|
||||
||:loadplugins|| +
|
||||
________________________________________________________________________________
|
||||
Load all unloaded plugins immediately. This is useful both for sourcing new
|
||||
plugins without restarting vimperator, and making sure that a plugin is loaded
|
||||
so that you can use its commands from your vimperatorrc.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:ru| |:runtime|
|
||||
||:ru[ntime][!]| {file} ...|| +
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user