diff options
| -rw-r--r-- | .config/tmux/tmux.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 967f5c0..0431696 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -8,8 +8,16 @@ set-option -g default-shell /usr/bin/bash set-option -g mode-keys vi set-option -g status-keys vi set-option -g mouse on + set-option -g status-right-length 50 set-option -g status-left-length 20 +set-option -g window-status-format "[#I | #{p18:#{=/18/…:window_name}#{?window_flags,#F,}}]" +set-option -g window-status-current-format "[ ▶ #I | #{p18:#{=/18/…:window_name}#{?window_flags,#F,}}]" +set-option -g window-status-current-style "bold" + +unbind C-b +set-option -g prefix C-Space +bind-key C-space send-prefix bind-key -T root M-: command-prompt bind-key -T root M-M choose-tree |
