mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Suggest binds closer to Vim defaults
This commit is contained in:
parent
03a8a4cf39
commit
979c6acb39
1 changed files with 2 additions and 2 deletions
|
@ -1431,8 +1431,8 @@ export function scrollpage(n = 1, count = 1) {
|
||||||
* bind ? fillcmdline find --reverse
|
* bind ? fillcmdline find --reverse
|
||||||
* bind n findnext --search-from-view
|
* bind n findnext --search-from-view
|
||||||
* bind N findnext --search-from-view --reverse
|
* bind N findnext --search-from-view --reverse
|
||||||
* bind gn findnext
|
* bind gn findselect
|
||||||
* bind gN findnext --reverse
|
* bind gN composite findnext --search-from-view --reverse; findselect
|
||||||
* bind ,<Space> nohlsearch
|
* bind ,<Space> nohlsearch
|
||||||
*
|
*
|
||||||
* Argument: A string you want to search for.
|
* Argument: A string you want to search for.
|
||||||
|
|
Loading…
Add table
Reference in a new issue