add non-working tmux config. something is broken with syntax, i think

This commit is contained in:
jowj 2018-04-08 19:07:48 -05:00
parent 28ba1a0aa2
commit 6609d7200c

7
.tmux.conf Normal file
View File

@ -0,0 +1,7 @@
# rebind the dumb prefix key
unbind C-b
set-option -g prefix C-t
bind-key C-t send-prefix
# enable ability to click between panes
set -g mouse on