1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 01:14:13 +01:00

*** empty log message ***

This commit is contained in:
Martin Stubenschrott
2007-04-11 02:04:42 +00:00
parent d0fe3cc426
commit 5105ed69ad
2 changed files with 7 additions and 24 deletions

View File

@@ -1,3 +1,8 @@
<pre>
date: date:
* version 0.3
11/04/2007:
* version 0.2 * version 0.2
* first public release * first public release
</pre>

26
TODO
View File

@@ -1,6 +1,4 @@
First there was a Navigator, then there was an Explorer. Later it was time for <pre>
a Konqueror. Now it's time for an Imperator, the VIMperator :)
Priority list: Priority list:
1-9 as in vim (9=required for next release, 5=would be nice, 1=probably not) 1-9 as in vim (9=required for next release, 5=would be nice, 1=probably not)
@@ -44,24 +42,4 @@ FEATURES:
4 Support multiple top-level windows? 4 Support multiple top-level windows?
3 Splitting Windows with [:sp :vsp ctrl-w,s ctrl-w,v] and closing with [ctrl-w,q], moving with [ctrl-w,w or tab] 3 Splitting Windows with [:sp :vsp ctrl-w,s ctrl-w,v] and closing with [ctrl-w,q], moving with [ctrl-w,w or tab]
3 :set should also set about:config options (with autocomplete) 3 :set should also set about:config options (with autocomplete)
</pre>
DONE:
/* new shortcuts */
ctrl-o: go back
ctrl-i: go forward
- most commands accessible as a :command (e.g. :set noplugins)
- Switchting between Frames of a website with [F] and flashing the active frame
- show current url in statusbar
- bookmarks and history handling
- Advanced Movement Keys [gg G ctrl-f/b ctrl-u/d?]
- Options:
guioptions
statusline
- beep()
- [1-9]gt Goes to tab 1-9 (13gt will go to the 13th tab)
- support for ^ and $ (move maximum left/right)
- ZZ (and :wq or :x) saves the session when quitting, ZQ (or :q) does not
- pressing 0-9 starts link following mode -> [o] = open it, [t] open in new tab, [s] saves it, [ctrl-w] open in new window, [y] yanks it
if there is 13,14,52 open all links in tabs, if there is a , open in background
- need to set keypress into dom.popup_allowed_events
- copy frame/link/image Location with easy keypresses [yy?]