mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-27 07:15:01 +08:00
Merge branch 'master' into termux
This commit is contained in:
commit
ea3b6bc4e5
1 changed files with 7 additions and 5 deletions
|
|
@ -173,11 +173,13 @@ scroll-and-clear-screen() {
|
|||
bindkey '^l' scroll-and-clear-screen
|
||||
|
||||
# fzf
|
||||
[[ -f ${_SRC_FZF_KEYBIND} ]] && source ${_SRC_FZF_KEYBIND}
|
||||
# 替换默认的fzf widget
|
||||
bindkey '^T' fzf-completion
|
||||
# 恢复TAB键的行为
|
||||
bindkey '^I' $fzf_default_completion
|
||||
if [[ -f ${_SRC_FZF_KEYBIND} ]]; then
|
||||
source ${_SRC_FZF_KEYBIND}
|
||||
# 替换默认的fzf widget
|
||||
bindkey '^T' fzf-completion
|
||||
# 恢复TAB键的行为
|
||||
bindkey '^I' $fzf_default_completion
|
||||
fi
|
||||
|
||||
# 让 / 作为分隔符
|
||||
# 默认 WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue