mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 11:55:46 +01:00
changed statusbar colors to match vim by default
This commit is contained in:
@@ -506,6 +506,11 @@ function Events() //{{{
|
||||
vimperator.modes.reset();
|
||||
break;
|
||||
|
||||
case vimperator.modes.COMMAND_LINE:
|
||||
vimperator.commandline.close();
|
||||
vimperator.modes.reset();
|
||||
break;
|
||||
|
||||
default:
|
||||
// clear any selection made
|
||||
var selection = window.content.getSelection();
|
||||
|
||||
Reference in New Issue
Block a user