1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 13:41:25 +02:00
Commit Graph

81 Commits

Author SHA1 Message Date
Doug Kearns 5b8d9a05e1 add ]n and ]p mappings for navigating document relationships defined by the
'nextpattern' and 'previouspattern' options - thanks kidd
2007-11-15 02:43:13 +00:00
Martin Stubenschrott c083fcf92c removed maxhints option 2007-11-02 14:17:28 +00:00
Martin Stubenschrott baebe6978c abbreviations for textboxes (thanks calmar) 2007-11-01 20:30:03 +00:00
Martin Stubenschrott 418181ad1e initial number support for hints, unpolished however 2007-10-31 16:31:15 +00:00
Doug Kearns 664782bc36 update NEWS 2007-10-30 13:15:11 +00:00
Doug Kearns 3b06ae715f fix some typos in NEWS 2007-10-27 15:04:31 +00:00
Martin Stubenschrott c01abea9e7 new ctrl-g and g,ctrl-g commands 2007-10-27 14:38:52 +00:00
Doug Kearns 94c423dc3f allow :tabnext and :tabprevious to accept an arg and make gT use its count for
relative tab motion
2007-10-27 13:05:14 +00:00
Doug Kearns 7d1e454a61 update NEWS 2007-10-27 01:57:59 +00:00
Martin Stubenschrott 3b82de8c35 new :pageinfo command (thanks calmar) 2007-10-27 00:52:01 +00:00
Martin Stubenschrott 11815eaa73 new alwayshints mode on ;a and F for quickhints in new tab 2007-10-25 23:30:10 +00:00
Martin Stubenschrott 265f7e042f made initial setting of gui options faster 2007-10-22 12:41:14 +00:00
Doug Kearns f2e530d326 update NEWS 2007-10-22 04:45:03 +00:00
Doug Kearns e76fe4f7a2 update NEWS 2007-10-22 03:14:24 +00:00
Doug Kearns 5c6e60676f don't store options as preferences anymore 2007-10-20 12:47:15 +00:00
Doug Kearns 1533d3889d add new :mkvimperatorrc command 2007-10-20 12:40:01 +00:00
Doug Kearns 9873fed42c remove io.pathExists() 2007-10-20 02:53:46 +00:00
Martin Stubenschrott 2c9fb23632 external editor support 2007-10-19 18:15:09 +00:00
Doug Kearns 815f11ea3c update NEWS - remove MOW hyperlinking 2007-10-19 15:23:49 +00:00
Martin Stubenschrott 9dfc4a7d40 better tab completion for URL commands, tokenize "filter" on \s+ and match each of the tokens 2007-10-18 17:38:59 +00:00
Doug Kearns a03c6021fd update NEWS 2007-10-18 05:58:40 +00:00
Martin Stubenschrott 58f2af3d1b new :winclose command 2007-10-17 21:01:13 +00:00
Martin Stubenschrott 9f0b1964eb better :q 2007-10-17 20:34:08 +00:00
Martin Stubenschrott 233e5aa58a new gb and gB commands 2007-10-16 21:43:25 +00:00
Doug Kearns 9fbdfcedc2 update NEWS for hyperlinked MOW output 2007-10-16 12:49:13 +00:00
Martin Stubenschrott 5c046456d1 new args parser, converted :bmarks to it, which can now user -keyword= and -tags= 2007-10-16 04:08:38 +00:00
Doug Kearns 5eb7d90013 remove backported NEWS item 2007-10-16 00:30:51 +00:00
Martin Stubenschrott 3011d464c7 * b is now :buffer! with !
* show mode again on tabchange
* temporary :command without real function, sorry for the commit ;)
2007-10-15 22:57:53 +00:00
Doug Kearns 47f1d83899 remove backported NEWS items 2007-10-14 22:40:02 +00:00
Martin Stubenschrott c8458e965e [+] marker in the statusline 2007-10-14 14:05:42 +00:00
Martin Stubenschrott c14bcec8f9 working showtabline! 2007-10-14 13:47:02 +00:00
Martin Stubenschrott e8f62d4a27 updated news so that we don't show 0.5.2 features for 0.6 2007-10-11 12:55:38 +00:00
Martin Stubenschrott 9014b3a34a new :set and :prefs commands, tweaked :set output to use colors 2007-10-10 00:23:09 +00:00
Doug Kearns 35f1205176 add "s" and "a" mappings to extended hints mode for saving hint targets 2007-10-09 12:47:31 +00:00
Martin Stubenschrott dd40023219 count support for deleting buffers 2007-10-09 02:59:05 +00:00
Martin Stubenschrott d41f3e47ed :back/:forward has tab completion, slightly broken for wildmode=longest for now, as we need to refactor g_substrings later 2007-10-09 01:39:31 +00:00
Martin Stubenschrott dc2e3baef3 :undoall + :undo tab-completion 2007-10-09 00:33:20 +00:00
Martin Stubenschrott ad5138cf91 * :redraw and ctrl-l commands
* \u\U changed to \l\L
2007-10-08 13:21:21 +00:00
Doug Kearns c4cddc478d make vimperator.system() Windows aware 2007-10-06 14:35:38 +00:00
Doug Kearns 64d0de28d3 remove "s" value from 'guioptions' as we now have 'laststatus' 2007-10-01 12:57:37 +00:00
Doug Kearns 0ae1c7befe add 'laststatus' option 2007-09-30 17:08:30 +00:00
Martin Stubenschrott f6a7ac8208 simple tab-completion for :javascript and :echo, really just a quick time saver, but prone to errors 2007-09-30 00:55:20 +00:00
Martin Stubenschrott d15fe0a09f new vimperator.hints.show() method, DOES NOT work on framed pages for now.
The colors will change later, they are just to see which type of hint it is
2007-09-27 12:52:50 +00:00
Doug Kearns 3b5c0de037 mention new :let and :unlet commands in NEWS file 2007-09-25 19:19:13 +00:00
Martin Stubenschrott 01c3f87f59 changed statusbar colors to match vim by default 2007-09-24 13:11:15 +00:00
Martin Stubenschrott 2550e5d736 :! command, fixed statusbar height properly, system() now returns the stdout string 2007-09-24 11:48:14 +00:00
Doug Kearns 0a7fa0ed82 separate Ex command and search commandline history 2007-09-23 08:52:50 +00:00
Doug Kearns ee8ecc8a34 merge the existing status bar with the standard FF status bar 2007-09-22 14:07:58 +00:00
Martin Stubenschrott 8049fd3fe7 added full zoom, and changed some zoom shortcuts 2007-09-19 03:20:49 +00:00
Martin Stubenschrott 31ce25344e added intelligent :buffer selection 2007-09-19 01:15:59 +00:00