mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 11:52:26 +01:00
* b is now :buffer! with !
* show mode again on tabchange * temporary :command without real function, sorry for the commit ;)
This commit is contained in:
@@ -53,6 +53,7 @@ function Events() //{{{
|
||||
}, false);
|
||||
tabcontainer.addEventListener("TabSelect", function(event) {
|
||||
vimperator.commandline.clear();
|
||||
vimperator.modes.show();
|
||||
vimperator.statusline.updateTabCount();
|
||||
vimperator.buffer.updateBufferList();
|
||||
vimperator.tabs.updateSelectionHistory();
|
||||
|
||||
Reference in New Issue
Block a user