add the compose portion to the tmux config.

This commit is contained in:
|::||: |:|:| 2015-01-09 17:10:24 +02:00
parent 49dacf2dad
commit 7f5cea8791

View file

@ -94,4 +94,6 @@ bind M \
set -g mouse-resize-pane off \; \
set -g mouse-select-pane off \; \
set -g mouse-select-window off \; \
display 'M: OFF'
display 'M: OFF'
bind C-v command-prompt -p compose "if '~/bin/tmuxcompose/compose.py \\%% | tmux load-buffer -' 'pasteb -d' 'display notfound'"