mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 13:35:47 +01:00
Kill :bwipeout, :bunload. Change the semantics of :tabc and :bd: the former operates on visible tabs, the latter on all tabs. Bang enables regexp matching against title and URL, otherwise site-filter matching is used.
This commit is contained in:
@@ -108,6 +108,8 @@
|
||||
- :style now supports regexp site-filters on Firefox 6+. [b7]
|
||||
- :qa closes only the current window, per Vim. [b7]
|
||||
- Added :background command. [b8]
|
||||
- Removed :bwipeout and :bunload. Changed the semantics of :bdelete
|
||||
and :tabclose slightly. [b8]
|
||||
- Added -id flag to :bmark command and changed updating semantics. [b8]
|
||||
- Added :exit command. [b7]
|
||||
- Added :dlclear command. [b7]
|
||||
|
||||
@@ -16,14 +16,14 @@ FEATURES:
|
||||
9 <C-o>/<C-i> should work as in Vim (i.e., save page positions as well as
|
||||
locations in the history list).
|
||||
9 clean up error message codes and document
|
||||
9 option groups, including buffer-local and site-specific
|
||||
9 option groups
|
||||
9 global, window-local, tab-local, buffer-local, script-local groups
|
||||
9 add [count] support to :b* and :tab* commands where missing
|
||||
8 wherever possible: get rid of dialogs and ask console-like dialog questions
|
||||
or write error prompts directly on the webpage or with :echo()
|
||||
8 registers
|
||||
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
|
||||
8 Add information to dactyl/HACKING file about testing and optimization
|
||||
7 describe-key command (prompt for a key and display its binding with documentation)
|
||||
7 use ctrl-n/p in insert mode for word completion
|
||||
|
||||
Reference in New Issue
Block a user