fixed tmux start script default-tmux-session

changed tmux keymaps for pane splitting to start pane in the same
directory
This commit is contained in:
2025-01-04 10:06:03 +01:00
parent 6aa9ebd3a0
commit 943c8b0392
3 changed files with 28 additions and 17 deletions

View File

@@ -2,6 +2,9 @@
# use interactive shell instead of login shell
set-option -g default-command "/bin/bash"
# ..
set-option -s exit-unattached off
# enable rgb colors
set-option -sa terminal-features ',xterm-256color:RGB'