Update various dotfiles

This commit is contained in:
Hunter Haugen 2018-02-13 10:27:10 -08:00
parent 96d505d517
commit 673460fde0
Signed by: hunner
GPG key ID: EF99694AA599DDAD
8 changed files with 313 additions and 100 deletions

View file

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