Update tmux conf.

This commit is contained in:
dabruh 2022-06-07 12:24:20 +02:00
parent fe36dba866
commit 4f7b811a05
2 changed files with 1 additions and 15 deletions

View File

@ -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'

1
.tmux.conf Symbolic link
View File

@ -0,0 +1 @@
.config/tmux/tmux.conf