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:
@ -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
|
||||
|
Reference in New Issue
Block a user