Commit c2bc44b
committed
bind ctrl-r/alt-r to previous-item in fzf search
Bind the keys which may initiate an fzf-based reverse search to also
iterating upward through the matched items, once we are in fzf mode.
This makes fzf search more closely match the keyboard muscle memory of
traditional reverse incremental search (though it may look very
different visually).
Like #1278 this is intended to address
* #1265 (comment)
This also assumes that alt-r from #1278 can initiate an fzf search.1 parent 9379f4e commit c2bc44b
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments