This commit is contained in:
TheK4n 2021-12-19 17:34:54 +03:00
parent 8fbbc251c1
commit 28361d973d

View File

@ -4,6 +4,8 @@ bind -r j select-pane -D # move down
bind -r k select-pane -U # move up bind -r k select-pane -U # move up
bind -r l select-pane -R # move right bind -r l select-pane -R # move right
set -g prefix C-a
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white