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'"