fix tmux-yank integration

This commit is contained in:
Jorge Morante 2016-07-05 21:39:16 +02:00
parent 587805dca7
commit 50f23dbac7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TMUX_COPY_MODE=$(tmux show-option -gwv mode-keys)
HAS_TMUX_YANK=$(tmux list-keys | grep -c tmux-yank)
HAS_TMUX_YANK=$([ "$(tmux list-keys | grep -c tmux-yank)" == "0" ]; echo $?)
function start_copy_mode() {
tmux copy-mode