tmux.conf: Add resizing, fix date.
This commit is contained in:
parent
0e66825209
commit
c03fedc5ce
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@ setw -g mode-keys vi
|
|||
set -g status-bg colour233
|
||||
set -g status-fg colour25
|
||||
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉"
|
||||
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#[fg=color34]#h #[fg=colour40]#(date +%H:%I)"
|
||||
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#[fg=color34]#h #[fg=colour40]#(date +%H:%M)"
|
||||
set -w -g window-status-current-fg colour39
|
||||
set -w -g window-status-current-bg colour236
|
||||
bind -r C-h resize-pane -L
|
||||
bind -r C-j resize-pane -D
|
||||
bind -r C-k resize-pane -U
|
||||
bind -r C-l resize-pane -R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue