1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 10:35:46 +01:00

minor help formatting improvements

This commit is contained in:
Doug Kearns
2008-08-08 12:24:45 +00:00
parent 478dee9445
commit 8db0bafddb
4 changed files with 8 additions and 7 deletions

1
TODO
View File

@@ -34,6 +34,7 @@ FEATURES:
google to another page and click 10 links there, [d would take me back to the google page google to another page and click 10 links there, [d would take me back to the google page
opera's fast forward does something like this opera's fast forward does something like this
7 make an option to disable session saving by default when you close Firefox 7 make an option to disable session saving by default when you close Firefox
6 allow for multiple ex commands separated with |
6 check/correct spellings in insert mode with some mappings 6 check/correct spellings in insert mode with some mappings
6 add more autocommands (TabClose, TabOpen, TabChanged, any more?) 6 add more autocommands (TabClose, TabOpen, TabChanged, any more?)
6 jump to the next heading with ]h, next image ]i, previous textbox [t and so on 6 jump to the next heading with ]h, next image ]i, previous textbox [t and so on

View File

@@ -28,7 +28,7 @@ ________________________________________________________________________________
||:exe[cute] {expr1} [ ... ]|| + ||:exe[cute] {expr1} [ ... ]|| +
________________________________________________________________________________ ________________________________________________________________________________
Execute the string that results from the evaluation of {expr1} as an Ex Execute the string that results from the evaluation of {expr1} as an Ex
command.. Example: [c]:execute echo "test"[c] shows a message with the text command. Example: [c]:execute echo "test"[c] shows a message with the text
"test". "test".
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -224,9 +224,9 @@ replaced with values from the user entered command line. The resulting string
is then executed as an Ex command. is then executed as an Ex command.
The valid escape sequences are: The valid escape sequences are:
`------`------------------------------------------------------------------------ `--------`----------------------------------------------------------------------
<args> The command arguments exactly as supplied *<args>* The command arguments exactly as supplied
<lt> A literal '<' character to allow for a literal copy of one of the escape sequences. Eg. <lt>args> will expand to a literal <args> *<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. Eg. <lt>args> will expand to a literal <args>
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Note: {attr} not implemented yet. Note: {attr} not implemented yet.

View File

@@ -250,7 +250,7 @@ ________________________________________________________________________________
|:pa| |:pageinfo| |:pa| |:pageinfo|
||:pa[geinfo]|| ||:pa[geinfo]||
________________________________________________________________________________ ________________________________________________________________________________
Show various page information. See :help 'pageinfo' for available options. Show various page information. See [c]:help 'pageinfo'[c] for available options.
________________________________________________________________________________ ________________________________________________________________________________
@@ -291,8 +291,8 @@ ________________________________________________________________________________
Execute {cmd} and tell it to output in a new tab. Works only for commands that Execute {cmd} and tell it to output in a new tab. Works only for commands that
support it, currently: support it, currently:
* :tab help * [c]:tab help[c]
* :tab prefs[!] * [c]:tab prefs[!][c]
________________________________________________________________________________ ________________________________________________________________________________