1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 03:07:58 +01:00

first commit of native / and ? search, especially ? is buggy right now

This commit is contained in:
Martin Stubenschrott
2007-09-01 18:14:41 +00:00
parent c820c29163
commit 838e70373a
7 changed files with 116 additions and 421 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)
{