Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1aa15c

Browse files
authoredJan 5, 2023
Merge pull request #7 from Glitzy3033/patch-1
change reverse search flag
2 parents 5674d6b + d750b66 commit a1aa15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎emacs_bindings

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bind <A-x> fillcmdline_notrail
3636
" Fallback solution is / for find and win-G/win-g to select result
3737
bind <C-s> fillcmdline find
3838
bind --mode=ex <C-s> findnext 1
39-
bind --mode=ex <C-r> findnext -1
39+
bind --mode=ex <C-r> findnext --reverse
4040

4141
" Hinting
4242
bind f hint

0 commit comments

Comments
 (0)
Please sign in to comment.