mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 13:45:47 +01:00
update / and ? help for changed 'linksearch' modifiers
This commit is contained in:
@@ -1050,8 +1050,8 @@ function Mappings() //{{{
|
|||||||
help: "Search forward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
help: "Search forward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||||
"When \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
"When \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
||||||
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
||||||
"If \"\\u\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
||||||
"\"\\U\" forces the entire page to be searched for a match."
|
"\"\\L\" forces the entire page to be searched for a match."
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
addDefaultMap(new Map([vimperator.modes.NORMAL], ["?"],
|
addDefaultMap(new Map([vimperator.modes.NORMAL], ["?"],
|
||||||
@@ -1062,8 +1062,8 @@ function Mappings() //{{{
|
|||||||
help: "Search backward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
help: "Search backward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||||
"When \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
"When \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
||||||
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
||||||
"If \"\\u\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
||||||
"\"\\U\" forces the entire page to be searched for a match.<br/>" +
|
"\"\\L\" forces the entire page to be searched for a match.<br/>" +
|
||||||
"NOTE: incremental searching currently only works in the forward direction."
|
"NOTE: incremental searching currently only works in the forward direction."
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user