From e3ccab18c437a52a431bfd0bda4577f53765956b Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 14 Aug 2017 01:19:11 -0400 Subject: [PATCH] Misc tmux fixes --- tmux/tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 570a66e..f1d2af3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set-option -g default-shell /bin/zsh +#set -g mouse on set -g status-bg black set -g status-fg white set -g status-left '#[fg=green]#H' @@ -28,7 +29,6 @@ bind-key -n M-h select-pane -L bind-key -n M-l select-pane -R bind-key -n M-C kill-pane bind-key F5 source ~/.tmux.conf -bind-key x detach bind-key -n M-Space new-window \; rename-window "-" bind-key -n M-[ previous-window # bind-key -n M-S-] break-pane @@ -52,8 +52,6 @@ set -g status-interval 5 set -g status-right-length 60 set -g status-right "#[fg=white]#S #I:#P #[fg-yellow] %d %b %Y #[fg=green] %l:%M:%S %p" bind-key R source-file ~/.tmux.conf -#### COLOUR (Solarized 256) - # default statusbar colors set-option -g status-bg colour235 #base02 set-option -g status-fg colour136 #yellow