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

142 Commits

Author SHA1 Message Date
Martin Stubenschrott fec955dcb2 changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future. 2008-02-12 15:57:12 +00:00
Martin Stubenschrott 76c161a0f4 moved allModes from mappings.js to vimperator.modes.all 2008-02-12 13:33:37 +00:00
Martin Stubenschrott 3f6a157524 renamed buffers.js to buffer.js 2008-02-11 17:13:20 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Martin Stubenschrott 7d9e1e100a added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core. 2008-02-05 13:49:59 +00:00
Martin Stubenschrott c9fdb64ba1 fixed :map <Right> gt 2008-02-05 01:43:33 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott e2e42c83c8 fixed F1 2008-02-01 14:12:48 +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 ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Daniel Bainton a510328e4b Fixing ;y<num> to yank the hint destination URL instead of the current page 2008-01-25 05:06:58 +00:00
Marco Candrian 40cc702d48 no need to check for multiple mappings names, since they dont exist. so.. 2008-01-15 15:53:48 +00:00
Marco Candrian 87ed1091aa comments improved on mappings.list 2008-01-14 19:43:59 +00:00
Marco Candrian dfcb60fa74 Removed comment: yeah, feedkeys still needs that noremap arg 2008-01-11 17:46:46 +00:00
Martin Stubenschrott 6605e4fa19 y can yank the selection in visual caret mode now 2008-01-09 17:50:47 +00:00
Martin Stubenschrott 43038f7566 refactored some yanking code 2008-01-05 23:31:07 +00:00
Martin Stubenschrott 17fafa17dd * code refactoring, mostly methods from hints.js -> buffer.js
* ;s and :pageinfo try to propose filenames relative to the current directory now
2008-01-05 21:14:27 +00:00
Martin Stubenschrott ee4ccf6144 gi also works with textareas now 2008-01-05 13:19:46 +00:00
Martin Stubenschrott 2503c94383 gi focuses the first textbox now as a fallback 2008-01-05 13:15:05 +00:00
Martin Stubenschrott 488e55390c swapped meaning of gf and gF 2008-01-03 11:43:28 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott 5122e6c448 * Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
* Also a new attempt that pages don't have input focus after load, probably buggy as well
2007-12-18 15:05:03 +00:00
Martin Stubenschrott 14a367ff71 count support for @, and removed old unused hint mappings code 2007-12-17 11:29:01 +00:00
Marco Candrian ffa5ad747e macro renamings 2007-12-16 22:18:04 +00:00
Marco Candrian 6d9d3ace05 @@ and some checks added to macro/recording... 2007-12-16 05:01:26 +00:00
Marco Candrian 8b1b17a84f marco code, not fully functional yet 2007-12-16 00:45:34 +00:00
Martin Stubenschrott 9f56b8d7f5 advanced scrolling when focus is at a wrong element/frame 2007-12-12 05:27:11 +00:00
Martin Stubenschrott e7aa6020a8 quick fix for :help not working, CRASHES firefox however when issuing :help when :help is already open. -> need to look into that later 2007-12-12 01:39:16 +00:00
Marco Candrian 59d948c675 no need to check futher -> break; 2007-12-07 12:47:37 +00:00
Marco Candrian 376cb2c6e8 map multi-mode enhancement, i = Insert+Textarea 2007-12-07 04:22:41 +00:00
Doug Kearns a91aec0172 minor formatting fixes 2007-12-04 08:23:49 +00:00
Marco Candrian 03bb308ec7 <leader> toggles the escape-numbers mode in hints 2007-12-04 03:52:12 +00:00
Martin Stubenschrott 5090c560ab "A" adds the bookmark in the unfiled bookmarks folder now 2007-12-03 22:12:25 +00:00
Martin Stubenschrott eb535ff8bf new g0/g$ mappings 2007-12-03 06:03:41 +00:00
Doug Kearns a32a13755c fix typo in v.mappings.hasMap 2007-11-29 13:10:57 +00:00
Doug Kearns d9acf8c24b minor refactoring of incrementURL() and <C-x>/<C-a> mappings 2007-11-29 12:44:46 +00:00
Doug Kearns c3f142b07d whitespace fixes 2007-11-29 12:39:38 +00:00
Doug Kearns 04b50114f0 begin cleaning up v.mappings and add a default iterator function to v.modes 2007-11-29 11:20:55 +00:00
Martin Stubenschrott 4a8ae26cdd changed ]n and ]p to ]] and [[ 2007-11-23 02:05:19 +00:00
Martin Stubenschrott 794e80c1a8 * merged ctrl-x/a commands
* fixes for file:/ handling
* fixed gu and gU
2007-11-22 20:00:46 +00:00
Doug Kearns 81d4336ccb whitespace fixes 2007-11-22 12:08:58 +00:00
Marco Candrian 46fb0d247e :cmap + 'nore' support; update on :dialog 2007-11-21 09:12:49 +00:00
Martin Stubenschrott 678a5657fd many bug fixes, :cd and :pwd commands, ~ mapping 2007-11-20 00:40:40 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Doug Kearns 332c30ed97 follow next/previous document relationships specified with link elements
(Raimon Grau Cusc�
2007-11-18 23:48:26 +00:00
Doug Kearns 5b4b6fe3d2 use the singleton construction idiom to create v.commands, v.events, v.mappings
and v.options
2007-11-18 10:43:41 +00:00
Martin Stubenschrott b20dac2b99 added -title=... to a mapping 2007-11-18 04:14:20 +00:00
Martin Stubenschrott b46255f7cd new a and A mappings 2007-11-18 00:51:54 +00:00