diff options
| author | bh <qn+git@epicurus.dev> | 2026-04-17 14:25:46 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-04-17 14:25:46 +0800 |
| commit | 52a055967080efcf17032840baa0192cfed7efa8 (patch) | |
| tree | 42307bfa5fdd0389053dc67baa312cc44c75bce9 | |
| parent | e8c085f868583467a3eed7263a723b472a7100b6 (diff) | |
tmux: change colours and keybinding
| -rw-r--r-- | tmux/.tmux.conf | 11 |
1 files 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 |
