From dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Jun 2016 16:35:38 +0200 Subject: Delete unused tmux stuff --- tag-zsh/config/zsh/completion/_tmux_pane_words | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tag-zsh/config/zsh/completion/_tmux_pane_words (limited to 'tag-zsh/config/zsh/completion/_tmux_pane_words') diff --git a/tag-zsh/config/zsh/completion/_tmux_pane_words b/tag-zsh/config/zsh/completion/_tmux_pane_words deleted file mode 100644 index 6ff9ce1..0000000 --- a/tag-zsh/config/zsh/completion/_tmux_pane_words +++ /dev/null @@ -1,10 +0,0 @@ -local expl -local -a w - -if [[ -z "$TMUX_PANE" ]]; then - _message "not running inside tmux!" - return 1 -fi - -w=( ${(u)=$(tmux capture-pane \; show-buffer \; delete-buffer)} ) -_wanted values expl 'words from current tmux pane' compadd -a w -- cgit 1.4.1