fancy tmux

This commit is contained in:
Marco Thomas
2022-03-01 20:48:45 +01:00
parent 25a02e1446
commit fc508e48ee
2 changed files with 21 additions and 11 deletions

View File

@@ -11,10 +11,13 @@ bind-key -n M-v split-window -h
bind-key -n M-s split-window -v
# pane selection
bind -n M-h select-pane -L
bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
bind-key -n M-h select-pane -L
bind-key -n M-j select-pane -D
bind-key -n M-k select-pane -U
bind-key -n M-l select-pane -R
# pane modifications
bind-key -n M-z resize-pane -Z
# new windows
bind-key -n M-c new-window
@@ -39,3 +42,11 @@ set-option -g mouse on
# start pane index at 1
set -g base-index 1
setw -g pane-base-index 1
# some styling
set -g status-bg white
set -g window-status-current-style "underscore, bold"
set -g window-status-current-format "#I:#W"
set -g window-status-format "#I:#W"
set -g status-left " "
set -g status-right "#S @ #h "