From ca9db7221920f4e41a9f6145abf1fa019784b318 Mon Sep 17 00:00:00 2001 From: Tomasz Kapias Date: Sun, 19 Mar 2023 10:42:14 +0700 Subject: [PATCH] update comments --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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