mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 11:04:11 +01:00
Added SearchView - '/', 'n' & 'N'
This commit is contained in:
@@ -277,6 +277,8 @@ const modes = (function () //{{{
|
||||
self.addMode("OUTPUT_MULTILINE", true);
|
||||
self.addMode("SEARCH_FORWARD", true);
|
||||
self.addMode("SEARCH_BACKWARD", true);
|
||||
self.addMode("SEARCH_VIEW_FORWARD", true);
|
||||
self.addMode("SEARCH_VIEW_BACKWARD", true);
|
||||
self.addMode("MENU", true); // a popupmenu is active
|
||||
self.addMode("LINE", true); // linewise visual mode
|
||||
self.addMode("PROMPT", true);
|
||||
|
||||
Reference in New Issue
Block a user