1
0
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:
Doug Kearns
2007-09-03 05:12:50 +00:00
parent abd42d741c
commit b009a6160b
7 changed files with 129 additions and 419 deletions

View File

@@ -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)
{