1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Tmux tweaks

This commit is contained in:
Daniel Barber 2023-03-27 16:13:18 -05:00
parent e7ed19386a
commit 29294cfbe8

15
tmux.conf.local Normal file
View File

@ -0,0 +1,15 @@
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