tridactyl: Fix N backward-search binding
This commit is contained in:
parent
b96719ca62
commit
6168d56e82
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ bind gh tabmove -1
|
|||
bind gl tabmove +1
|
||||
bind / fillcmdline find
|
||||
bind ? fillcmdline find -?
|
||||
bind n findnext 1
|
||||
bind N findnext -1
|
||||
bind n findnext 1
|
||||
bind N findnext -? 1
|
||||
bind ;<Space> nohlsearch
|
||||
unbind ZZ
|
||||
unbind <C-a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue