Skip to content
Snippets Groups Projects
Commit 12230f80 authored by William Chargin's avatar William Chargin
Browse files

Fix bash-vimode normal-mode cd completion

parent 0c8de1ca
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment