diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index 3d3c2a72..40a1fee6 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -20,6 +20,7 @@ function fzf_key_bindings -o -type d -print \ -o -type l -print 2> /dev/null | sed 1d | cut -b3-" eval "$FZF_CTRL_T_COMMAND | "(__fzfcmd)" -m > $TMPDIR/fzf.result" + and sleep 0 and commandline -i (cat $TMPDIR/fzf.result | __fzf_escape) commandline -f repaint rm -f $TMPDIR/fzf.result