1
0
Fork 0

Merge pull request #55 from losnappas/patch-1

Send errors away
This commit is contained in:
Andrey Orst 2019-04-08 17:27:21 +03:00 committed by GitHub
commit ba9dc4298a
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 ;;
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"