fzf-16.sh
· 241 B · Bash
Sin formato
# Preview file content using bat (https://github.com/sharkdp/bat)
export FZF_CTRL_T_OPTS="
--walker-skip .git,node_modules,target
--preview 'bat -n --color=always {}'
--bind 'ctrl-/:change-preview-window(down|hidden|)'"
1 | # Preview file content using bat (https://github.com/sharkdp/bat) |
2 | export FZF_CTRL_T_OPTS=" |
3 | --walker-skip .git,node_modules,target |
4 | --preview 'bat -n --color=always {}' |
5 | --bind 'ctrl-/:change-preview-window(down|hidden|)'" |