diff --git a/tmux.conf b/tmux.conf index be68d95..41c4069 100644 --- a/tmux.conf +++ b/tmux.conf @@ -19,6 +19,7 @@ unbind-key C-b set-option -g prefix C-x bind-key C-x send-prefix + # ----- Panes ----- # Splits open in the current working directory @@ -79,6 +80,7 @@ set -g status-justify left # Color of the status bar message set-option -g message-style bg=colour04,fg=colour08 + # ----- Windows ----- # open a fzf popup session changer @@ -150,6 +152,7 @@ bind-key -T prefix v copy-mode bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X rectangle-toggle + # ----- Plugins ----- # Tmux plugin manager