From 52a055967080efcf17032840baa0192cfed7efa8 Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 17 Apr 2026 14:25:46 +0800 Subject: tmux: change colours and keybinding --- tmux/.tmux.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 8b120ef..c08c2e7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,7 @@ -# Clean TMUX Config with erikw's tmux-powerline +# TMUX Keybinding +unbind C-b +set -g prefix C-Space +bind C-Space send-prefix # Turn status bar on set -g status on @@ -16,7 +19,7 @@ set -g status-fg "#004344" # set -g status-fg "#225859" # Window status - inactive windows with powerline separators -set -g window-status-format "#[fg=#004344,bg=#003636]#[fg=#FFFFFF,bg=#015959]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344,bg=#003636]" +set -g window-status-format "#[fg=#015959,bg=#003636]#[fg=#FFFFFF,bg=#015959]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344,bg=#003636]" set -g window-status-current-format "#[fg=#008282,bg=#003636]#[fg=#FFFFFF,bg=#008282]#I #[fg=#6ae8eb,bg=#004344] #W #[fg=#004344, bg=#003636]" # Previous Settings @@ -35,8 +38,8 @@ set -g status-left "#[fg=#74c4c4]#S " set -g status-right "#[fg=#004344, bg=#003636]#[fg=#6ae8eb,bg=#004344] %H:%M #[fg=#FFFFFF,bg=#008282]  #[fg=#008282,bg=#003636]" # Pane border colors -set -g pane-border-style "fg=#004344" -set -g pane-active-border-style "fg=#008282" +set -g pane-border-style "fg=#007575" +set -g pane-active-border-style "fg=#1FDFDF" # Keybindings bind -r h select-pane -L -- cgit v1.2.3