Vimium C - 全鍵盤操作瀏覽器 的評論
Vimium C - 全鍵盤操作瀏覽器 作者: Dahan Gong
Firefox 使用者 16523093 所留下的評論
評價 5 分,滿分 5 分
來自 Firefox 使用者 16523093,4 年前I think it's the best vim addon for Firefox. Though it could be better: when I press '/', I think it would be more conventional to clear input from the previous search. Also, circular search could be optional.
開發者回應
張貼於 4 年前In Find Mode, "\A" will disable circular search (though it still has some bugs), like `\Acould`, and "\a" will re-enable it.
If you use `selected=false` when mapping `enterFindMode` (like `map map / enterFindMode selected=false`), then it won't auto-fill the input with previous selected text.
If you use `selected=false` when mapping `enterFindMode` (like `map map / enterFindMode selected=false`), then it won't auto-fill the input with previous selected text.