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

175 Commits

Author SHA1 Message Date
Martin Stubenschrott a750c13578 small doc change 2008-06-17 02:19:30 +00:00
Martin Stubenschrott 2a3a5277bf better args parser, plugin writers maybe need to change there
liberator.commands.add() slightly if they used args: as an extraInfo
2008-06-17 00:31:37 +00:00
Martin Stubenschrott 119de356b5 :set [no]focuscontent, thanks Paul! 2008-06-10 18:34:36 +00:00
Martin Stubenschrott ec91920bb8 [muttator] some new compose mappings 2008-06-08 23:48:33 +00:00
Martin Stubenschrott 9d38f46dd3 :bdelete google to close all tabs from google 2008-06-08 05:38:34 +00:00
Martin Stubenschrott 59342d4244 removed buffer window 2008-06-08 04:22:37 +00:00
Martin Stubenschrott 62df5aa6fe new 'online' option, thanks zigdon! 2008-06-06 23:24:41 +00:00
Martin Stubenschrott ab9a6811bd don't send ctrl-keys to firefox in insert mode 2008-06-06 12:54:10 +00:00
Martin Stubenschrott f85e07c315 keywords have higher priority than local files in :open
fixed <leader>S in noscript
2008-06-06 11:36:51 +00:00
Martin Stubenschrott dac706634c updated news 2008-06-03 17:15:54 +00:00
Martin Stubenschrott 02be238e3b vimperator 1.1 with security fix 2008-06-03 17:09:30 +00:00
Martin Stubenschrott f3926ba422 automatically try to add .exe when running programs on windows 2008-05-25 21:02:23 +00:00
Martin Stubenschrott f7be4eccd0 added visualbellstyle (don't think it works on GTK at least) 2008-05-24 21:02:48 +00:00
Martin Stubenschrott b8dcad1d51 new popups=4 option 2008-05-24 12:02:50 +00:00
Martin Stubenschrott de50bb4397 Vimperator 1.0! Horray! 2008-05-14 18:42:12 +00:00
Martin Stubenschrott 8f50f96aa8 pass keys to the HTMLSelectElement 2008-05-14 16:27:34 +00:00
Martin Stubenschrott 7b7d39cc8d newtab option, and better :tab behavior, thanks teramako 2008-05-02 08:54:30 +00:00
Martin Stubenschrott b9327b6bf2 added search suggestions (thanks to M.Terada) 2008-04-23 18:00:52 +00:00
Martin Stubenschrott 19059a46cb added google suggestions to tab completion 2008-03-31 13:22:47 +00:00
Martin Stubenschrott 2750f36032 added count support to gi 2008-03-31 12:39:56 +00:00
Martin Stubenschrott 98f6813d63 added new ctrl-t mapping also to NEWS file 2008-03-03 15:02:30 +00:00
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
Marco Candrian 6b9c2a7b0d changes :macro to :play + delMarcos to deleteMacros 2008-01-21 13:23:25 +00:00
Marco Candrian 2b71bd70b8 :macro for playing a macro added 2008-01-21 12:58:22 +00:00
Marco Candrian 7982265c98 :delmacros regex added 2008-01-21 12:12:26 +00:00
Marco Candrian 591b5fb6be :macros [regex] command added 2008-01-20 21:10:57 +00:00
Daniel Bainton bdfe11a031 :set! now lets you change about:config prefs 2008-01-11 14:42:18 +00:00
Martin Stubenschrott a43249672f changed behavior of :bmarks! and :history! (thanks dpb) 2008-01-07 13:04:59 +00:00
Martin Stubenschrott 2503c94383 gi focuses the first textbox now as a fallback 2008-01-05 13:15:05 +00:00
Martin Stubenschrott a872775493 added modeline to NEWS and 0.5.3 version info 2008-01-05 12:44:04 +00:00
Martin Stubenschrott d600bbabec new :command command, thanks dpb! 2008-01-05 12:05:01 +00:00
Marco Candrian a8e0c3e290 char-hints.js script 2008-01-04 12:36:18 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +00:00
Marco Candrian c3cf763104 autocmd's added to NEWS 2007-12-28 04:05:48 +00:00
Martin Stubenschrott 39fbf33d8b lastInputField is now available after switching tabs, new v.buffer.loaded getter/setter 2007-12-17 20:45:28 +00:00
Martin Stubenschrott 347f12e559 fixed timeout when changing from HINTS mode 2007-12-12 06:00:38 +00:00
Marco Candrian 9c2efb55b2 imap added to the NEWS file 2007-12-05 23:24:50 +00:00
Martin Stubenschrott eb535ff8bf new g0/g$ mappings 2007-12-03 06:03:41 +00:00
Doug Kearns aaf457c3aa update NEWS and vimperator.vim for new 'history' option 2007-12-02 11:12:18 +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
Martin Stubenschrott 678a5657fd many bug fixes, :cd and :pwd commands, ~ mapping 2007-11-20 00:40:40 +00:00
Marco Candrian 2d99207c25 :dialog command added 2007-11-18 17:48:35 +00:00
Martin Stubenschrott b46255f7cd new a and A mappings 2007-11-18 00:51:54 +00:00
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