knox revisó este gist . Ir a la revisión
1 file changed, 5 insertions
fzf-16.sh(archivo creado)
@@ -0,0 +1,5 @@ | |||
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|)'" |
Siguiente
Anterior