1
0

import changes from workstation

This commit is contained in:
2025-07-12 18:51:44 +02:00
parent 6e48cdf319
commit dce5c22157
7 changed files with 34 additions and 35 deletions

View File

@@ -79,6 +79,21 @@ set -g @tmux_window_name_max_name_len "100"
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'pschmitt/tmux-ssh-split'
set-option -g @ssh-split-keep-cwd "true"
set-option -g @ssh-split-keep-remote-cwd "true"
set-option -g @ssh-split-fail "true"
set-option -g @ssh-split-no-env "false"
set-option -g @ssh-split-no-shell "false"
set-option -g @ssh-split-strip-cmd "true"
set-option -g @ssh-split-verbose "true"
set-option -g @ssh-split-debug "false"
set-option -g @ssh-split-h-key "V"
set-option -g @ssh-split-v-key 'H'
set-option -g @ssh-split-w-key "N"
set-option -g @ssh-split-r-key "R"
###############################################################################
###############################################################################
### tmux-continuum ###