mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 04:17:59 +01:00
merge native / and ? search
This commit is contained in:
@@ -682,6 +682,16 @@ function Commands() //{{{
|
||||
help: "If <code class=\"argument\">[arg]</code> is specified then limit the list to those marks mentioned."
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["noh[lsearch]"],
|
||||
function(args)
|
||||
{
|
||||
vimperator.search.clear();
|
||||
},
|
||||
{
|
||||
short_help: "Clear the current selection",
|
||||
help: "TODO"
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["norm[al]"],
|
||||
function(args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user