Update various dotfiles
This commit is contained in:
parent
96d505d517
commit
673460fde0
8 changed files with 313 additions and 100 deletions
|
|
@ -36,6 +36,12 @@ bind Up swap-pane -U
|
|||
bind Down swap-pane -D
|
||||
#bind Right swap-pane -R
|
||||
|
||||
# resizing
|
||||
bind -r C-h resize-pane -L
|
||||
bind -r C-j resize-pane -U
|
||||
bind -r C-k resize-pane -D
|
||||
bind -r C-l resize-pane -R
|
||||
|
||||
# Reload key
|
||||
bind C-r source-file ~/.tmux.conf
|
||||
|
||||
|
|
@ -108,6 +114,7 @@ setw -g window-status-current-fg "#000000"
|
|||
|
||||
|
||||
### Status bar
|
||||
set-option -g allow-rename off
|
||||
#set -g status-right "#[fg=magenta] @#H #[fg=cyan]%Y-%m-%d #[fg=yellow]%a #[fg=green]%H:%M #[fg=blue]#(uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]}')#[default]"
|
||||
#set -g status off
|
||||
#set -g status-utf8 on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue