knox 修订了这个 Gist . 跳至此修订
1 file changed, 4 insertions
fzf-18.sh(file created)
@@ -0,0 +1,4 @@ | |||
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 {}'" |
更新
更早