You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<kbd>SPC f ?</kbd> | Normal | search files in current directory
43
43
<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
45
45
46
46
press <kbd>\<esc></kbd>, <kbd>Ctrl c</kbd> or <kbd>Ctrl [</kbd> to exit.
47
47
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`.
0 commit comments