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

pull/1/head
jowj 6 years ago
parent 28ba1a0aa2
commit 6609d7200c

@ -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
Loading…
Cancel
Save