Skip to content

Commit ae8237c

Browse files
Notify of workaround to *c_CTRL-R* remap
1 parent b5bd319 commit ae8237c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layers/+tools/fzf/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ Key Binding | Mode | Description
4141
<kbd>SPC w ?</kbd> | Normal | windows list
4242
<kbd>SPC f ?</kbd> | Normal | search files in current directory
4343
<kbd>SPC f f</kbd> | Normal | search files in home directory
44-
<kbd><C-R></kbd> | Cmdline | search command history
44+
<kbd>\<C-R></kbd> | Cmdline | search command history
4545

4646
press <kbd>\<esc></kbd>, <kbd>Ctrl c</kbd> or <kbd>Ctrl [</kbd> to exit.
4747

48+
<kbd>\<C-R></kbd> in command-line-mode mimics the same hotkey in bash. Unfortunately this keymap replaces the `c_CTRL-R` register paste, but can be worked around using `c_CTRL-\_e @<register>`. See `:help c_CTRL-\_e`.
49+
4850
## Related Projects
4951

5052
- [fzy-vim](https://github.com/Dkendal/fzy-vim)

0 commit comments

Comments
 (0)