mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -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 n findnext --search-from-view
|
||||
* bind N findnext --search-from-view --reverse
|
||||
* bind gn findnext
|
||||
* bind gN findnext --reverse
|
||||
* bind gn findselect
|
||||
* bind gN composite findnext --search-from-view --reverse; findselect
|
||||
* bind ,<Space> nohlsearch
|
||||
*
|
||||
* Argument: A string you want to search for.
|
||||
|
|
Loading…
Add table
Reference in a new issue