diff --git a/tmux.conf b/tmux.conf index ae77e84..cb30311 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,5 @@ -set-option -g mouse +set-option -ga mouse + # https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf set-option -g status-style bg=colour235,fg=colour136,default # bg=base02, fg=yellow @@ -102,4 +103,4 @@ bind-key V choose-window 'join-pane -h -s "%%"' bind-key W choose-window 'swap-window -t "%%"' -bind A command-prompt "rename-window \"%%\"" +bind A command-prompt "rename-window "%%""