summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/completion/_tmux_pane_words
diff options
context:
space:
mode:
authorAlan Pearce2016-06-26 16:35:38 +0200
committerAlan Pearce2016-06-26 16:35:38 +0200
commitdd4e62c2ea197c6cf63b65a7b5160fb19dbd5939 (patch)
tree9f0034404da8999fb8bf170242dc06fd686ba122 /tag-zsh/config/zsh/completion/_tmux_pane_words
parentf766b7ba9ee98fe81a0b17581177314c57443818 (diff)
downloaddotfiles-dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939.tar.lz
dotfiles-dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939.tar.zst
dotfiles-dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939.zip
Delete unused tmux stuff
Diffstat (limited to 'tag-zsh/config/zsh/completion/_tmux_pane_words')
-rw-r--r--tag-zsh/config/zsh/completion/_tmux_pane_words10
1 files changed, 0 insertions, 10 deletions
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