This commit is contained in:
2026-04-21 23:24:05 +02:00
parent ad8b80ae0f
commit 5e48702683
2 changed files with 24 additions and 22 deletions

View File

@@ -13,9 +13,11 @@ bind -n M-L next-window
bind s run-shell "tmuxss"
bind -n C-s run-shell "tmuxss"
bind C-k run-shell "tmuxss -k"
bind C-r run-shell "tmuxss -r"
# bind C-r run-shell "tmuxss -r"
bind C-o display-popup -E "tmuxss -i"
bind C-t display-popup -E "fish"
# suspend kills the terminal window in my setup
unbind C-z
unbind -n C-k
unbind Space
bind-key i run-shell "source ~/.config/tmux/functions.sh && bring_pane"