1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 05:05:47 +01:00

new :winclose command

This commit is contained in:
Martin Stubenschrott
2007-10-17 21:01:13 +00:00
parent 6ab3f8b8a6
commit 58f2af3d1b
3 changed files with 13 additions and 3 deletions

3
TODO
View File

@@ -15,7 +15,6 @@ BUGS:
- :noremap does not work fully
- pvh option not working
- searching backwards incrementally does not work i.e. with 'incsearch' set
- :q should not close firefox, if there are more than 1 window
FEATURES:
9 :command for new commands
@@ -25,6 +24,7 @@ FEATURES:
7 use ctrl-n/p in insert mode for word completion
7 [ctrl-o/i] to Go back to a Previous Position (done partly, however currenty does not use a per tab jumplist)
7 whereever possible: get rid of dialogs and ask console-like dialog questions or write error prompts directly on the webpage or with :echo()
7 :set! should also set about:config options (with autocomplete)
6 use '' to jump between marks like vim
6 downloading of links to filesystem (:save <filename>)
6 autocommands (BrowserStart, BrowserQuit, TabClose, TabOpen, TabChanged, PageLoaded, any more?)
@@ -39,7 +39,6 @@ FEATURES:
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]
have a look into the split browser extension
3 :set! should also set about:config options (with autocomplete)
- many other ideas are listed in the wiki
RANDOM IDEAS: