diff options
Diffstat (limited to '.config')
| -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 " |
