diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-23 22:14:14 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-23 22:23:33 +1000 |
commit | 93c573d04fbe389c1ce4ba0815885101b6bc4cc4 (patch) | |
tree | d6c1b751ac1d8564c90bd83381a5e0d0bf6671b7 /muttator | |
parent | c82140ca516825c84638d18b65ee274d7223e404 (diff) | |
download | pentadactyl-93c573d04fbe389c1ce4ba0815885101b6bc4cc4.tar.gz |
Clean up the intro.html help pages.
Diffstat (limited to 'muttator')
-rw-r--r-- | muttator/locale/en-US/intro.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/muttator/locale/en-US/intro.txt b/muttator/locale/en-US/intro.txt index 76c6bae6..5eba75eb 100644 --- a/muttator/locale/en-US/intro.txt +++ b/muttator/locale/en-US/intro.txt @@ -79,10 +79,14 @@ 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]:goto Inbox[c], ...) -* Tab completion available for all commands with support for 'longest' matching when set in 'wildmode' +* 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) -* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=f[c]) -* Ability to [c]:source[c] javascript files, and to use a [a]~/.muttatorrc[a] file +* Minimal GUI (easily hide useless menubar and toolbar with + [c]:set guioptions=f[c]) +* Ability to [c]:source[c] JavaScript files, and to use a [a]~/.muttatorrc[a] + file with syntax highlighting if you install + http://vimperator.org/trac/ticket/328[muttator.vim] * Count supported for many commands ([m]3<C-o>[m] will go back 3 messages) * Beep on errors * [c]:map[c] support (and feedkeys() for script writers) |