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

500 Commits

Author SHA1 Message Date
Doug Kearns c2eda435cc fix typo - use build_longest_common_substring for :sidebar completion 2007-09-18 09:31:42 +00:00
Doug Kearns 8fd3550be0 add :sbclose to close the sidebar and :sbar, :sbopen aliases for :sidebar 2007-09-18 08:25:29 +00:00
Doug Kearns 18bc708c9b add Add-ons, Preferences, and Downloads to :sidebar 2007-09-18 07:19:05 +00:00
Doug Kearns 8266a2517a add an initial implementation of :sidebar 2007-09-17 12:43:17 +00:00
Doug Kearns 28e15cb66c enable vimperator.events.toString() to return keysyms for mouse events 2007-09-17 05:37:29 +00:00
Doug Kearns 6ca297c431 when closing the more-prompt don't pass through accept keys 2007-09-17 01:37:44 +00:00
Doug Kearns 7ce12b3a87 add Vim modeline and whitespace formatting 2007-09-16 17:11:40 +00:00
Doug Kearns 112877f340 add "f" as a page-down key mapping in the more-prompt pager 2007-09-16 15:38:43 +00:00
Doug Kearns 93acaadbd0 add 'more' option and standard more-prompt key mappings 2007-09-16 12:18:11 +00:00
Doug Kearns 6735ac3ad1 add a 'hlsearchstyle' option to allow for match styling and a 'linksearch'
option to restrict page searches to link text
2007-09-14 13:24:33 +00:00
Martin Stubenschrott 1546799e37 small help refinements to help remember the ctrl-q setting by having the word "quit" in the help 2007-09-14 12:53:18 +00:00
Doug Kearns 780ce026a7 update <C-v> help - "I" mapping is now "<C-q>" 2007-09-14 10:39:17 +00:00
Martin Stubenschrott 7f7deab77e do not go into insert mode on readOnly elems 2007-09-14 06:00:36 +00:00
Martin Stubenschrott 25d5a118ac fixed motion commands in textarea 2007-09-14 04:42:42 +00:00
Doug Kearns 03556d5f7c allow single line :js commands to be source from RC files 2007-09-14 04:30:44 +00:00
Martin Stubenschrott efd889faa1 fixed visual->caret transistion on escape 2007-09-14 04:23:58 +00:00
Martin Stubenschrott c31b0e782b only allow g and G mapping in the MOW if scrollable 2007-09-14 03:59:26 +00:00
Martin Stubenschrott f5592d9b76 commands in the -- more -- prompt are now passed to vimperator if they don't make sense in the MOW 2007-09-14 03:56:08 +00:00
Martin Stubenschrott 353bfa2a74 major mode rewrite, still not fully complete, but usable 2007-09-14 03:35:12 +00:00
Martin Stubenschrott c6b77df92e allow number input in command line 2007-09-12 23:49:26 +00:00
Martin Stubenschrott 70c690e411 fixed msn.com 2007-09-12 15:45:28 +00:00
Doug Kearns 5ead69ea6a update Vim syntax highlighting for changed command names 2007-09-12 15:42:43 +00:00
Martin Stubenschrott e4f8b78f07 - new 'insertmode' option
- fixed c-u behavior
2007-09-12 13:41:15 +00:00
Martin Stubenschrott 9a7ecb0f5c removed block cursor, it is just too unreliable :(
Many improvments in textarea mode with support for motion commands like c or d;
initial f,F,t and T support (only textarea + visual mode, no motion yet);
2007-09-12 05:43:11 +00:00
Doug Kearns c9865eba27 fix 'cpt' help typo 2007-09-11 04:14:56 +00:00
Doug Kearns 9468bf8301 fix :map and :noremap to work with new multi-mode mappings 2007-09-11 04:09:15 +00:00
Doug Kearns c13127eb0b move vimperator.getCurrentWord to vimperator.buffer 2007-09-11 02:03:28 +00:00
Doug Kearns 45f7609f32 add document relationship navigation to pending feature list 2007-09-10 13:40:54 +00:00
Martin Stubenschrott 3c2abc2785 a little better block cursor, broke i and a however a little 2007-09-08 15:21:11 +00:00
Martin Stubenschrott 91490f9bd5 quick'n dirty block cursor, VERY BUGGY, stay in insert mode of textareas for now 2007-09-08 14:20:12 +00:00
Martin Stubenschrott 7eda549dc3 added forgotten editor.js 2007-09-08 12:15:44 +00:00
Martin Stubenschrott 009d567b0c - TEXTAREA support! Not working perfectly, but for a one-day-work i am impressed myself,
now just needing to add commands with MOTION like cw or d0. Visual mode works already
quite well.
- gi support
- BUG: special keys like home/end in the location bar stoped working by this dramatic changes
2007-09-08 04:17:00 +00:00
Martin Stubenschrott f2345169f1 updated vimperator.vim 2007-09-07 12:08:36 +00:00
Doug Kearns 7165d81bbb minor improvement to 'popups' help wording 2007-09-07 08:06:39 +00:00
Martin Stubenschrott 11a49f0d4d added :w -> :saveas alias, and changed :w[open] to :wo[pen] 2007-09-07 00:53:49 +00:00
Martin Stubenschrott 5263b351ac fixed saving qmarks 2007-09-06 21:36:50 +00:00
Martin Stubenschrott 804502c156 new 'popups' option, please test thorougly! 2007-09-06 18:46:52 +00:00
Martin Stubenschrott 5e5c29f508 changed some default options, fixed "hlsearch" 2007-09-06 17:48:18 +00:00
Martin Stubenschrott 16bb541c98 * and # support 2007-09-06 17:39:21 +00:00
Martin Stubenschrott d9888288f3 First commit of caret mode, many things work, some bugs of course, not sure if we can fix them since
we heavily rely on the firefox interface for it.
2007-09-06 16:10:25 +00:00
Martin Stubenschrott 5f6958521e start of a caret mode 2007-09-06 14:24:18 +00:00
Martin Stubenschrott 3ff2cccc37 experimental attempt to keep you in command mode after loading pages 2007-09-06 12:32:07 +00:00
Martin Stubenschrott e4981ca34c fixed multiline input widget 2007-09-06 01:19:11 +00:00
Doug Kearns 0c12d46846 make the visual bell solid black and shorten the timeout interval 2007-09-05 20:46:22 +00:00
Doug Kearns ca9dd288cd allow the hidden help sections to be found 2007-09-05 20:39:05 +00:00
Martin Stubenschrott 85b7d6c5f4 updated Donators once again, thanks so much all the recent donators! 2007-09-05 19:33:57 +00:00
Doug Kearns 7c05d1346f limit the visual bell to the web page content area 2007-09-05 19:33:24 +00:00
Doug Kearns 9d4081eb31 remove the border from the visual bell popup 2007-09-05 19:10:52 +00:00
Doug Kearns 908124ce22 add a visual bell and replace 'beep' with 'visualbell' 2007-09-05 18:49:26 +00:00
Martin Stubenschrott 517dea72e1 fixed makefile 2007-09-05 13:44:12 +00:00