From 7f5cea87917f6a5470a0abec1794e9bf90c4b9b0 Mon Sep 17 00:00:00 2001 From: "|::||: |:|:|" Date: Fri, 9 Jan 2015 17:10:24 +0200 Subject: [PATCH] add the compose portion to the tmux config. --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 65fc3d4..e879ba2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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' \ No newline at end of file + display 'M: OFF' + +bind C-v command-prompt -p compose "if '~/bin/tmuxcompose/compose.py \\%% | tmux load-buffer -' 'pasteb -d' 'display notfound'"