mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Tmux tweaks
This commit is contained in:
parent
e7ed19386a
commit
29294cfbe8
15
tmux.conf.local
Normal file
15
tmux.conf.local
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user