1
0
Fork 0

Update fzf-file.kak

This commit is contained in:
losnappas 2019-04-08 13:13:40 +00:00 committed by GitHub
parent efdf1231ca
commit 5b2e9751ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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