1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 00:51:26 +02:00
Commit Graph

270 Commits

Author SHA1 Message Date
Martin Stubenschrott bfe94c311d Add "t" option to 'complete'. Visually it looks odd, that the icons are
more indented than others, we might want to remove or at least move the
% and # indicators
2009-07-31 18:21:32 +02:00
Kris Maglione 8dd1c86719 Fix starting.txt 2009-07-29 12:08:03 -04:00
Doug Kearns 240119833b Document the required page reload when changing 'go' scrollbar values. 2009-07-29 23:24:21 +10:00
Doug Kearns 04b96235be Clean up some option descriptions. 2009-07-24 21:01:45 +10:00
Doug Kearns 93c573d04f Clean up the intro.html help pages. 2009-07-23 22:23:33 +10:00
Doug Kearns 8db6944017 Add :toolbar* commands to Vim RC file highlighters. 2009-07-23 00:30:24 +10:00
Kris Maglione 842dd61f4c Add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c]. 2009-07-21 22:18:15 -04:00
Doug Kearns 96e934e080 Document the <doc> autocommand keyword for page load events. 2009-07-19 19:56:56 +10:00
Doug Kearns f16797c73c Fix typo in PrivateMode description. 2009-07-15 20:25:19 +10:00
Doug Kearns 383d03ad97 Sync the Xulmus documentation. 2009-07-13 16:51:04 +10:00
Doug Kearns bc2324e151 Add a [j] Asciidoc quote tag for linking directly to help doc tags. 2009-07-13 16:31:07 +10:00
Conrad Irwin 8dff837e72 Document key sequence syntax 2009-07-13 01:21:39 +01:00
Conrad Irwin 4a70d7c097 ":set urloperator=" will turn off splitting
used to go into infinite loop
2009-07-12 13:54:58 +01:00
Doug Kearns c47a0ec1cc Normalise the use of "regexp(s)" vs "regex(es)".
"regex" won the Google battle.
2009-07-11 15:50:48 +10:00
Doug Kearns 1f7b6f4b05 Make :open <noarg> behaviour match that of :tabopen/:winopen. 2009-07-11 00:43:27 +10:00
Kris Maglione d7e8bf1543 Add :extoptions command 2009-07-08 13:20:27 -04:00
Doug Kearns 4df207e6e5 Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
2009-07-07 21:37:41 +10:00
Doug Kearns acdb66ed04 Fix some duplicated :tabduplicate help entries. 2009-07-03 23:08:26 +10:00
Doug Kearns e57f63ff10 Fix clashing shortnames for :tabdo and :tabduplicate.
Fixes #312 (tabd completion changed).
2009-07-01 18:56:32 +10:00
Kris Maglione c4e9e414be Add PrivateMode autocommand. Add -js flag to :au 2009-06-28 15:14:23 -04:00
Kris Maglione 55164325df Don't save storage objects while in private mode, restore them on exit. 2009-06-28 14:37:23 -04:00
Doug Kearns 63925afb03 Add 'private' for entering private browsing mode. (Gary Katsevman) 2009-06-28 16:44:40 +10:00
Doug Kearns 35bc4696ab Remove browser.startup.page from :help overridden-preferences. 2009-06-14 13:51:15 +10:00
Conrad Irwin 2d345fc10d Refactor events keyhandling and document changes.
Re-introduced S- into the canonical mappings so that
re-canonicalising will not differ from the original canonicalised form.

Documented recent changes to S- modifier in help.

Refactor events.js to avoid replicating parsing key-strings in two
places. The new fromString is the opposite of toString, and
canonicalisation now proceeds by doing both.

Added the .liberatorShift property to event-representations to allow for
key-combinations that cannot be typed, but can be mapped to. e.g. <S-@>
2009-06-08 00:56:46 +01:00
Doug Kearns e762b6f9d4 Add a -description option to :command. 2009-06-04 14:28:32 +10:00
Doug Kearns 494cfc6e84 Clean up :map help. 2009-06-01 16:46:10 +10:00
Doug Kearns 0edefd5dc2 Add a command-line handler to process the -liberator option. 2009-05-28 20:28:51 +10:00
Conrad Irwin 0766b31697 NEWS and documentation for previous commit (;i ;I) 2009-05-27 23:43:53 +01:00
Doug Kearns 61b6491b8b Add all.html for viewing all help in a single page.
This is all really inside out. It would be much better to store the help
in a single file and use asciidoc/docbook's capabilities to split it if
desired.
2009-05-24 23:32:09 +10:00
Doug Kearns c7b48361ee Add "c" extended hint mode to open the context menu. 2009-05-23 22:59:34 +10:00
Doug Kearns 7513b96a14 Add 'hintinputs' to the help index. 2009-05-22 18:32:04 +10:00
Doug Kearns 62853b2498 Add \ mapping to toggle between rendered and source view.
Like lynx, elinks et al.
2009-05-22 18:30:39 +10:00
Doug Kearns da89552a1e Add @: mapping. 2009-05-22 12:47:57 +10:00
Doug Kearns 72e13d9e9d Fix missing tags from starting.html.
Fix asciidoc in starting.txt so it produces well formed XML.
2009-05-22 11:42:34 +10:00
Martin Stubenschrott 4fff07b8ef vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf') 2009-05-21 13:36:23 +02:00
Doug Kearns 18def4a7ae Add :frameonly. 2009-05-13 02:14:04 +10:00
Doug Kearns f73879f43e Add :stopall. 2009-05-11 01:20:45 +10:00
Štěpán Němec 32be6b7469 A few docs clarifications.
-- shifted mappings notation (<C-n> vs <C-N>)
-- adjusted the ':!' warning
-- other minor fixes
2009-05-09 16:31:50 +10:00
Doug Kearns be58134222 Fix help index formatting. 2009-05-02 18:46:16 +10:00
Kris Maglione dbf60914ab Add 'fileencoding' 2009-05-01 15:19:35 -04:00
Doug Kearns 42fba96bdf Fix typo in 'encoding' help description (Daniel Hahler). 2009-05-01 10:25:08 +10:00
Doug Kearns c65f88f8a2 Add 'encoding' to the help index. 2009-04-30 22:21:34 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Martin Stubenschrott cb74c7f40c remove preload option 2009-04-30 08:47:59 +02:00
Ted Pavlic 2c8880ac59 help copyedit: Remove commas before if. Only need after if clause when clause is introductory. 2009-04-29 09:20:19 -04:00
Conrad Irwin 7db4c4939f Link to ]] and [[ from next/previouspattern docs 2009-04-25 12:49:53 +01:00
Conrad Irwin 3f5b086b25 Documentation tweaks for gT <C-n> and <C-^> 2009-04-16 13:08:54 +01:00
Conrad Irwin 14bfa82a4e Improve documentation for T and O 2009-04-16 00:56:40 +01:00
Kris Maglione df5b66d838 Add 'encoding' 2009-04-13 12:22:17 -04:00
Kris Maglione 93df18885a Document incompatibility of go=l and go=r 2009-04-07 16:32:18 -04:00