最后活跃于 1701364166

修订 1008b0433772b83ff63d6a1cad258790f668898f

fg.nu 原始文件
1def fg [args ...string] {
2 ^rg --ignore-case --color=always --line-number --no-heading $args
3 | ^fzf --ansi --color 'hl:-1:underline,hl+:-1:underline:reverse' --delimiter ':' --preview "bat --color=always {1} --theme='ctp-mocha' --highlight-line {2}" --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' --bind $"enter:become\(($env.EDITOR) +{2} {1}\)"
4}
5