Skip to content

Commit

Permalink
tridactyl: Fix N backward-search binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkaplan committed Feb 16, 2023
1 parent b96719c commit 6168d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tridactyl/tridactylrc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6168d56

Please sign in to comment.