Send errors away
Find worked wihtout this, `rg` keeps throwing errors about file operation not permitted when it goes searching into the Trash folder...
This commit is contained in:
parent
5b2b21b8d3
commit
efdf1231ca
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ define-command -hidden fzf-file %{ evaluate-commands %sh{
|
|||
cmd=$kak_opt_fzf_file_command ;;
|
||||
esac
|
||||
|
||||
cmd=$cmd" 2>/dev/null"
|
||||
message="Open single or multiple files.
|
||||
<ret>: open file in new buffer.
|
||||
<c-w>: open file in new terminal"
|
||||
|
|
Loading…
Reference in a new issue