This commit is contained in:
2026-02-25 16:39:22 +02:00
parent f84477f9b9
commit cf7f8609ac
8 changed files with 378 additions and 52 deletions

View File

@@ -7,6 +7,9 @@ bind C-Space send-prefix
# set -s default-terminal "tmux-256color"
# set -sa terminal-overrides "$term:rgb"
set -g window-size largest
set -g aggressive-resize on
set -s escape-time 10
set -s focus-events on
set -s set-clipboard on
@@ -70,7 +73,7 @@ bind v split-window -h -c "#{pane_current_path}"
# For some reason, choose-session is what I had before and it was working; however,
# it does not appear in man page and does not allow customization
# bind o choose-session
bind o choose-tree -s -O name
bind o choose-tree -Zs -O name
bind N new-window
bind n new-window -c "#{pane_current_path}"
bind c confirm-before -p "kill-pane \#P? (y/n)" kill-pane
@@ -82,5 +85,3 @@ unbind d
bind e detach
bind d command-prompt -I "flow " 'run-shell "/home/tomas/bin/dev-tmux-wrapper.sh %1 --from #{session_name}"'