m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 06:43:47 -05:00

Fix bash-vimode normal-mode cd completion

This commit is contained in:
William Chargin
2016-04-13 18:14:41 -04:00
parent 0c8de1ca44
commit 12230f8043

View File

@@ -115,7 +115,7 @@ else
# ALT-C - cd into the selected directory # 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 '"\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 fi
unset -v __use_tmux __use_tmux_auto unset -v __use_tmux __use_tmux_auto