mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-25 09:35:57 +01:00
Update tmux conf.
This commit is contained in:
parent
fe36dba866
commit
4f7b811a05
2 changed files with 1 additions and 15 deletions
|
@ -34,12 +34,6 @@ bind-key K resize-pane -U 5
|
||||||
bind-key H resize-pane -L 5
|
bind-key H resize-pane -L 5
|
||||||
bind-key L resize-pane -R 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
|
# Vim style pane selection
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
@ -69,16 +63,7 @@ set -sg escape-time 0
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
# THEME
|
# 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-option -g status-interval 2
|
||||||
|
|
||||||
set -g status-bg 'black'
|
set -g status-bg 'black'
|
||||||
set -g status-justify 'centre'
|
set -g status-justify 'centre'
|
||||||
set -g status 'on'
|
set -g status 'on'
|
||||||
|
|
1
.tmux.conf
Symbolic link
1
.tmux.conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
.config/tmux/tmux.conf
|
Loading…
Reference in a new issue