From efdf1231cace2a595a2a903225d356ec7ab7d588 Mon Sep 17 00:00:00 2001 From: losnappas Date: Mon, 8 Apr 2019 13:11:26 +0000 Subject: [PATCH] Send errors away Find worked wihtout this, `rg` keeps throwing errors about file operation not permitted when it goes searching into the Trash folder... --- rc/modules/fzf-file.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/modules/fzf-file.kak b/rc/modules/fzf-file.kak index c744fa1..bdad399 100644 --- a/rc/modules/fzf-file.kak +++ b/rc/modules/fzf-file.kak @@ -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. : open file in new buffer. : open file in new terminal"