diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9c7fce0..e9cd2b7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -34,12 +34,6 @@ bind-key K resize-pane -U 5 bind-key H resize-pane -L 5 bind-key L resize-pane -R 5 -# User prefix + Alt-vim keys to resize panes -#bind-key M-j resize-pane -D -#bind-key M-k resize-pane -U -#bind-key M-h resize-pane -L -#bind-key M-l resize-pane -R - # Vim style pane selection bind h select-pane -L bind j select-pane -D @@ -69,16 +63,7 @@ set -sg escape-time 0 bind r source-file ~/.tmux.conf # THEME -#set -g status-bg black -#set -g status-fg white -#set -g window-status-current-style fg=yellow,bold -#set -g status-interval 60 -#set -g status-left-length 30 -#set -g status-left '#[fg=green](#S) #(whoami) ' -#set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=white]%H:%M#[default]' - set-option -g status-interval 2 - set -g status-bg 'black' set -g status-justify 'centre' set -g status 'on' diff --git a/.tmux.conf b/.tmux.conf new file mode 120000 index 0000000..9e5901d --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +.config/tmux/tmux.conf \ No newline at end of file