diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-03 15:30:23 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-03 15:30:23 -0500 |
commit | 7f4431361f4c51b602cb63aa1e70778e4bc87c83 (patch) | |
tree | ec7b86412c6e0871abd745459af38643ee880ff3 /vimperator/TODO | |
parent | 7bf0481345cfecf10ed0f2546b09855892ae9276 (diff) | |
download | pentadactyl-7f4431361f4c51b602cb63aa1e70778e4bc87c83.tar.gz |
Add comments to TODO similar to comments that were posted (but have yet to appear) on newsgroup and comments on Trac.
Diffstat (limited to 'vimperator/TODO')
-rw-r--r-- | vimperator/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vimperator/TODO b/vimperator/TODO index 12d7c869..23fde543 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -42,6 +42,14 @@ FEATURES: :open foo 9 use the storage module for autocommands 8 support 'activate' in buffer.followLink? + Leave this to the bookmarks.tabs.loadInBackground. Hint activation + should be nearly equivalent to the corresponding mouse motion, and that + mouse movement would be governed by the FF pref. However, :tabopen is + something Vimp specific, and so it needs a specific setting (i.e., + activate). OTOH, I think it would be better if ";t" *always* opens a + new foreground tab and ";b" *always* opensa new background tab. So "F" + should be the only hint mode that changes based on loadInBackground. + --Ted 8 add support for filename special characters such as % 8 :redir and 'verbosefile' 8 middleclick in content == p, and if command line is open, paste there the clipboard buffer @@ -67,6 +75,8 @@ FEATURES: 6 support private mode (and :set [no]private): http://ehsanakhgari.org/blog/2008-11-08/prepare-your-add-private-browsing 6 add [count] support to :b* and :tab* commands where missing 6 registers + Here, unlike Vim, y and "*y would be equivalent. That is, the pasteboard would + always be the default register. --Ted 6 check/correct spellings in insert mode with some mappings 6 add more autocommands (TabClose, TabOpen, TabChanged any more?) 6 jump to the next heading with ]h, next image ]i, previous textbox [t and so on |