M-Return runs st in tmux, M-S-Return runs st without tmux, gray tmux status, vi-like select-pane

This commit is contained in:
2022-01-14 00:21:16 +01:00
parent acd4f75d63
commit 7eb73b77b3
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,12 @@
set -g status-bg colour28
set -g status-fg colour7
set -g status-bg colour246
set -g status-fg colour235
set -g prefix C-t
bind-key C-t send-prefix
bind-key C-j select-pane -D
bind-key C-k select-pane -U
bind-key C-h select-pane -L
bind-key C-l select-pane -R
set -g default-terminal "screen-256color"
set -g set-titles on