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

47 Commits

Author SHA1 Message Date
Doug Kearns aa62e0e7e6 minor help formatting fixes 2008-08-14 14:25:31 +00:00
Doug Kearns b145689c14 add :emenu for accessing menubar menu items from the command line 2008-08-14 05:01:18 +00:00
Doug Kearns 50f025553a move :restart help to starting.txt 2008-08-12 16:15:30 +00:00
Doug Kearns 9204a75760 move :tab help to tabs.txt and fix some broken internal links 2008-08-12 16:11:43 +00:00
Doug Kearns e6e8e61242 move <Tab> and <S-Tab> help to buffer.txt 2008-08-12 15:55:14 +00:00
Doug Kearns c2a25da558 move text search commands to pattern.txt 2008-08-12 13:28:36 +00:00
Doug Kearns 77f3bef692 remove :pclose help 2008-08-11 14:28:31 +00:00
Doug Kearns c3fb165ebe minor help formatting fixes 2008-08-11 14:27:34 +00:00
Doug Kearns c104ec1a1e move help for "~" to browsing.txt 2008-08-11 14:06:26 +00:00
Doug Kearns c66afc973c move :pageinfo and :viewsource related help to buffer.txt 2008-08-11 14:03:54 +00:00
Doug Kearns 8db0bafddb minor help formatting improvements 2008-08-08 12:24:45 +00:00
Doug Kearns abb834f96f normalize capitalization of "Note:" in help files 2008-08-08 07:10:08 +00:00
Doug Kearns 615fddca4f remove unprocessed markup from :js description 2008-08-07 06:24:04 +00:00
Doug Kearns 9f31811e79 normalize formatting of the optional bang in help descriptions 2008-08-07 05:29:02 +00:00
Doug Kearns 19916d7118 add a special version to :hardcopy to skip the print dialog and move print
related help to a dedicated page
2008-08-05 02:30:17 +00:00
Doug Kearns 5adc927785 move help for <C-a> and <C-x> to browing.txt 2008-08-04 02:54:39 +00:00
Doug Kearns a7af6c96b1 move help for p, P and gP to browsing.txt 2008-08-04 02:51:33 +00:00
Doug Kearns 345e6f4354 move help for y and Y to buffer.txt 2008-08-04 02:32:31 +00:00
Doug Kearns 73b300aef8 move various stopping, quitting and reloading commands to browsing.txt 2008-08-04 01:54:50 +00:00
Doug Kearns 4ee63d9003 move help for :cd and :pwd to browsing.txt 2008-08-04 01:33:05 +00:00
Doug Kearns 84fc1eb494 move :mkvimperatorrc help to starting.txt 2008-08-04 01:29:37 +00:00
Doug Kearns 2dc74f94a3 move help for gh and gH to browsing.txt 2008-08-04 01:27:46 +00:00
Doug Kearns 4b59cac5a2 move :unlet help to eval.txt 2008-08-04 01:19:13 +00:00
Doug Kearns 40b1dad33e move :source help to repeat.txt 2008-08-04 01:18:09 +00:00
Doug Kearns 6b639dc3fc normalize the capitalization of section headings in help pages 2008-08-04 01:08:39 +00:00
Doug Kearns a3de4d7780 move :buffer help to tabs.txt 2008-08-04 01:03:01 +00:00
Doug Kearns f3e7a03e16 move help for :time to repeat.txt 2008-08-01 03:33:16 +00:00
Doug Kearns b5bfcb4e10 move appropriate help content from various.txt to eval.txt, hints.txt and
map.txt
2008-08-01 03:30:11 +00:00
Doug Kearns 626ef76789 add :blast, :bfirst, :brewind, :bnext, :bprevious, :bNext commands
(Dominik Meister)
2008-07-29 21:42:21 +00:00
Martin Stubenschrott 60f040e54e added :b# for switching to alternative buffer, also finally commited Kipling's patch to use getShortcutOrURI 2008-07-28 22:16:04 +00:00
Doug Kearns 63214ca210 move help for history to marks.txt 2008-07-15 15:50:04 +00:00
Doug Kearns 48cf35f9df move help for bookmarks to marks.txt 2008-07-15 06:07:30 +00:00
Doug Kearns b7ece207ca move help for QuickMarks and local marks to marks.txt 2008-07-14 16:13:54 +00:00
Martin Stubenschrott e260523183 updated doc 2008-07-01 21:38:57 +00:00
Martin Stubenschrott 9d38f46dd3 :bdelete google to close all tabs from google 2008-06-08 05:38:34 +00:00
Doug Kearns 4d3519c0a5 move macro related commands and mappings to repeat.txt 2008-05-29 20:34:21 +00:00
Doug Kearns 1d0f4e29e5 fix help typo 2008-05-27 06:30:47 +00:00
Doug Kearns 9364f34e91 fix some help typos 2008-05-20 12:27:42 +00:00
Martin Stubenschrott de50bb4397 Vimperator 1.0! Horray! 2008-05-14 18:42:12 +00:00
Doug Kearns fc191bad88 fix some help typos 2008-04-16 20:11:51 +00:00
Doug Kearns 618ad4585f fix some help typos 2008-04-14 15:04:13 +00:00
Martin Stubenschrott 2750f36032 added count support to gi 2008-03-31 12:39:56 +00:00
Martin Stubenschrott 3b4f00a2e8 many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :)) 2008-02-01 02:45:31 +00:00
Martin Stubenschrott 8e00f16baa all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
2008-01-31 18:32:39 +00:00
Martin Stubenschrott 2d048fba01 added many more ascii doc template files. Now they just need to be filled with useful text. 2008-01-23 15:28:19 +00:00
Martin Stubenschrott ac84697611 more help 2008-01-22 21:40:45 +00:00
Martin Stubenschrott b0d51d7516 more help converted to the new help format 2008-01-22 14:00:37 +00:00