mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
added search mappings also in caret mode
This commit is contained in:
@@ -146,6 +146,7 @@ vimperator.Search = function () //{{{
|
|||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var modes = vimperator.config.browserModes || [vimperator.modes.NORMAL];
|
var modes = vimperator.config.browserModes || [vimperator.modes.NORMAL];
|
||||||
|
modes = modes.concat([vimperator.modes.CARET]);
|
||||||
|
|
||||||
vimperator.mappings.add(modes,
|
vimperator.mappings.add(modes,
|
||||||
["/"], "Search forward for a pattern",
|
["/"], "Search forward for a pattern",
|
||||||
|
|||||||
Reference in New Issue
Block a user