diff --git a/zsh/zshrc b/zsh/zshrc index d5443a6..2214ce5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -13,7 +13,7 @@ export KEYTIMEOUT=1 fpath=(~/bin ~/.zshcompletions $fpath) zstyle :compinstall filename '/home/anthonys/.zshrc' -zstyle ":completion:*" complete _complete _ignored _approximate +zstyle ":completion:*" complete _complete _ignored _approximate _expand zstyle ":completion:*" glob 1 zstyle ":completion:*" insert-unambiguous true zstyle ':completion:*' menu select @@ -63,7 +63,7 @@ function dt() { } function send-to-pane() { - tmux pipe-pane -I -t $1 "$2" + tmux pipe-pane -I -t $1 "$2 | head -n 1" } function _send_to_pane {