1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/tmux.conf.local
2024-02-21 11:00:41 -06:00

18 lines
341 B
Plaintext

set -g mouse on
set -g status-position bottom
set -g status-style bg='#444444',fg='#cccccc'
set -g status-right "%H:%M %d-%b-%y"
bind -n C-M-l next-window
bind -n C-M-h previous-window
bind -n C-h select-pane -L
bind -n C-j select-pane -D
bind -n C-k select-pane -U
bind -n C-l select-pane -R
bind -n C-k send-keys -R \; clear-history