diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-13 23:57:48 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-13 23:57:48 +0200 |
| commit | 700542b7fba09764090de1a98d1941df27a91a23 (patch) | |
| tree | 957c6614e8572910e034cb29fa5f3672d347955d /.config/tmux | |
| parent | 2028ce2343ba024157ab09dfdb02c1ef18f02daf (diff) | |
| download | dotfiles-700542b7fba09764090de1a98d1941df27a91a23.tar.gz dotfiles-700542b7fba09764090de1a98d1941df27a91a23.zip | |
Add separators to left and right status
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3085f2b..2c17021 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -146,11 +146,9 @@ if-shell -b 'echo $XDG_SESSION_TYPE | grep -q wayland' "\ #bind-key p run "xclip -o -sel clip | tmux load-buffer - ; tmux paste-buffer" -# Change split <Prefix>% and <Prefix>" to <Prefix>| and <Prefix>- +# Change split <Prefix>% and <Prefix>" to <Prefix>h and <Prefix>v and change current working directory bind v split-window -h -c "#{pane_current_path}" bind h split-window -v -c "#{pane_current_path}" -#bind-key v split-window -h -#bind-key s split-window -v # smart pane switching with awareness of vim splits @@ -248,7 +246,7 @@ set -g status-style fg=#50fa7b,bg=black set -g status-left-length 60 set -g status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" bind o set-option status-left "#[fg=#50fa7b] ❐ #S" # toggle left-status script off -bind C-o set-option status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" # toggle left status script on +bind C-o set-option status-left "#[fg=#50fa7b] ❐ #S #( ~/.config/tmux/left-status.sh )" # toggle left status script on #set -g status-left "#[fg=DeepSkyBlue1] ❐ #S #( ~/.config/tmux/left-status.sh )" #set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )" @@ -266,7 +264,7 @@ set -g status-right-length 60 #set -g status-right-length 140 #set -g status-right-style default #set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H " -set -ag status-right "#[fg=#50fa7b] #{?client_prefix,#[reverse] Prefix #[noreverse] ,} #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " +set -ag status-right "#[fg=#50fa7b] #{?client_prefix,#[reverse] Prefix #[noreverse] ,} #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " #set -ag status-right "#[fg=DeepSkyBlue1] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " #set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " |
