1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 02:12:37 +01:00

Normalise use of the ellipsis character in help files.

This commit is contained in:
Doug Kearns
2012-08-16 23:51:47 +10:00
parent 0e35c7a288
commit 1e2052c0d9
6 changed files with 16 additions and 16 deletions

View File

@@ -116,7 +116,7 @@
<ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, </li>
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li>