Fix for tmux error on new-session

This commit is contained in:
Andrew Tomaka 2015-05-15 01:26:30 -04:00
parent 0b76c0c37a
commit d2f42e6b85

View file

@ -1,5 +1,5 @@
# for setting up
bind-key r source-file ~/.tmux.conf; display-message " ✱ ~/.tmux.conf is reloaded"
bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded"
# ctrl-b is annoying
set-option -g prefix C-a