fzf-plugins
fzf-plugins copied to clipboard
I execute a remote command ``` ssh remote@ip ./build_admin.sh ``` The remove server with this plugin installed echo the following Warning ``` /home/dianpiao/.fzf-plugins/history-exec.bash: line 46: bind: warning: line editing not...
I source the "official" `/usr/share/fzf/key-bindings.bash` of fzf which defines CTRL+T, CTRL+R, and ALT+C. After that, I source `history-exec.bash`. As a result, CTRL+R is overridden (as intended), but somehow CTRL+T is...
ctrl + T is an autocomplete shortcut, for example, I want to use `vim + ctrl + T` to fuzzy search and open a file without hitting "enter" twice
Just wanted to stop in and say thanks for sharing the `history-exec` plugin. I use it to map edit to the tab key and exec to enter, to match the...