1
0
Fork 0

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:
losnappas 2019-04-08 13:11:26 +00:00 committed by GitHub
parent 5b2b21b8d3
commit efdf1231ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ define-command -hidden fzf-file %{ evaluate-commands %sh{
cmd=$kak_opt_fzf_file_command ;; cmd=$kak_opt_fzf_file_command ;;
esac esac
cmd=$cmd" 2>/dev/null"
message="Open single or multiple files. message="Open single or multiple files.
<ret>: open file in new buffer. <ret>: open file in new buffer.
<c-w>: open file in new terminal" <c-w>: open file in new terminal"