1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-18 00:13:32 +02:00

minor help formatting improvements

This commit is contained in:
Doug Kearns
2008-08-16 09:19:59 +00:00
parent 6d3c56ba72
commit 3d5992cb91
3 changed files with 7 additions and 7 deletions

View File

@@ -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