From dbd4e4f54b9c0abcdd873281c1271ac458470a79 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 9 Oct 2017 14:36:25 -0300 Subject: [PATCH] removing a bunch of unused tmux confs --- tmux/tmux.conf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d43feed..4ee712c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,25 +10,16 @@ setw -g mouse on # colorful terminal set -g default-terminal "screen-256color" -# Start windows and panes at 1, not 0 +# Start windows and panes at 1, not 0 (this makes it easier to jump around) set -g base-index 1 set -g pane-base-index 1 -# powerline line -# run-shell "powerline-daemon -q" -# source "/usr/share/tmux/powerline.conf" - # do not wait after switching panels set-option -g repeat-time 0 # Removes ESC delay set -sg escape-time 0 -# Pane and window management with function keys -bind-key -n F4 split-window -bind-key -n F5 split-window -h -bind-key -n F7 new-window - # history set-option -g history-limit 7000 @@ -41,12 +32,8 @@ set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-open' -set -g @plugin 'tmux-plugins/tmux-battery' -set -g @plugin 'tmux-plugins/tmux-cpu' -# set -g @plugin 'caiogondim/maglev' set -g @plugin 'jimeh/tmux-themepack' -# set -g @plugin 'odedlaz/tmux-onedark-theme' -set -g @themepack 'double/cyan' +set -g @themepack 'block/green' run '~/.tmux/plugins/tpm/tpm'