Open
Description
When resh add following config into my ~/.bashrc, which start resh after fzf. (fzf start eariler)
[[ -f ~/.resh/shellrc ]] && source ~/.resh/shellrc # this line was added by RESH
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh # this line was added by RESH
Which broken fzf Ctrl + t
feature, get following error.
bash: bash_execute_unix_command: cannot find keymap for command
But, start resh before fzf not works too, because fzf will override resh completely.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels