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|)'" |
Naposledy aktivní
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|)'" |