diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash index fca570bf..47adf30f 100644 --- a/shell/key-bindings.bash +++ b/shell/key-bindings.bash @@ -115,7 +115,7 @@ else # ALT-C - cd into the selected directory bind '"\ec": "\C-x\C-addi$(__fzf_cd__)\C-x\C-e\C-x\C-r\C-m"' - bind -m vi-command '"\C-ac": "i\C-ac"' + bind -m vi-command '"\ec": "ddi$(__fzf_cd__)\C-x\C-e\C-x\C-r\C-m"' fi unset -v __use_tmux __use_tmux_auto