1 | # Print tree structure in the preview window |
2 | export FZF_ALT_C_OPTS=" |
3 | --walker-skip .git,node_modules,target |
4 | --preview 'tree -C {}'" |
最后活跃于
1 | # Print tree structure in the preview window |
2 | export FZF_ALT_C_OPTS=" |
3 | --walker-skip .git,node_modules,target |
4 | --preview 'tree -C {}'" |