fzf/shell
Junegunn Choi 3f868fd792
[bash] Fix CTRL-R to preserve the latest yank
Close #1216

1. Append a single space so that step 3 won't fail
2. CTRL-E to move to the end of the line
3. CTRL-U to delete the whole line before the cursor
4. CTRL-Y to paste the deleted line
5. ESC+Y to rotate the kill ring and bring back the previous yank before step 3
6. CTRL-U to delete the whole line again
7. Paste `__fzf_history__`
8. ESC+CTRL-E to expand the command substitution
9. ESC+R to redraw the line
10. ESC+^ to expand the history entry (!NUMBER)
2018-02-16 21:55:23 +09:00
..
completion.bash [bash] Fix extra space issue of dynamic completion with 'nospace' 2018-02-15 18:21:02 +09:00
completion.zsh [completion] Ensure ps called as command (#1098) 2017-10-21 10:31:34 +09:00
key-bindings.bash [bash] Fix CTRL-R to preserve the latest yank 2018-02-16 21:55:23 +09:00
key-bindings.fish [fish] Fix ctrl-r regression in versions <2.4 (#972) 2017-07-15 18:50:23 +09:00
key-bindings.zsh [zsh] Fire zsh precmd functions after cd (#1136) 2017-11-14 12:43:52 +09:00