mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 14:54:24 +01:00
minor help formatting improvements
This commit is contained in:
@@ -77,16 +77,16 @@ section:Features[features]
|
||||
|
||||
* Vim-like keybindings ([m]h[m], [m]j[m], [m]k[m], [m]l[m],
|
||||
[m]gg[m], [m]G[m], [m]0[m], [m]$[m], [m]ZZ[m], [m]<C-f>[m], etc.)
|
||||
* Ex-commands ([c]:quit[c], [c]:open www.foo.com[c], ...)
|
||||
* Ex commands ([c]:quit[c], [c]:open www.foo.com[c], ...)
|
||||
* Tab completion available for all commands with support for 'longest' matching when set in 'wildmode'
|
||||
* Hit-a-hint like navigation of links (start with [m]f[m] to follow a link)
|
||||
* Advanced completion of bookmark and history URLs (searching also in title, not only URL)
|
||||
* Vim-like statusline with a wget-like progress bar
|
||||
* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=[c])
|
||||
* Ability to [c]:source[c] Javascript files, and to use a [a]~/.vimperatorrc[a] file
|
||||
* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.vimperatorrc[a] file
|
||||
with syntax highlighting if you install scripts/vimperator.vim
|
||||
* Easy quick searches ([c]:open foo[c] will search foo in google,
|
||||
[c]:open ebay terminator[c] will search for terminator on ebay)
|
||||
* Easy quick searches ([c]:open foo[c] will search for "foo" in google,
|
||||
[c]:open ebay terminator[c] will search for "terminator" on ebay)
|
||||
with support for Firefox keyword bookmarks and search engines
|
||||
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
|
||||
* Beep on errors
|
||||
|
||||
@@ -47,7 +47,7 @@ sessions, make sure you put them in your vimperatorrc file!
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:mapc| |:mapclear|
|
||||
|:mapc| |:mapclear| +
|
||||
||:mapc[lear]||
|
||||
________________________________________________________________________________
|
||||
Remove all mappings. All user-defined mappings which were set by [c]:map[c] or
|
||||
@@ -55,7 +55,7 @@ Remove all mappings. All user-defined mappings which were set by [c]:map[c] or
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:cmapc| |:cmapclear|
|
||||
|:cmapc| |:cmapclear| +
|
||||
||:cmapc[lear]||
|
||||
________________________________________________________________________________
|
||||
Remove all mappings (in command-line mode). All user-defined mappings which
|
||||
|
||||
@@ -431,7 +431,7 @@ ____
|
||||
|\'newtab'|
|
||||
||'newtab'|| stringlist (default: "")
|
||||
____
|
||||
Define which ex commands output the result in a new tab automatically. You can
|
||||
Define which Ex commands output the result in a new tab automatically. You can
|
||||
also use [c]:tab command[c] to manually output a command in a new tab.
|
||||
|
||||
The possible values:
|
||||
|
||||
Reference in New Issue
Block a user