3 lines
81 B
Bash
3 lines
81 B
Bash
# Rebind fzf to ctrl+f
|
|
bindkey '^F' fzf-file-widget
|
|
bindkey '^T' transpose-chars
|