tmux change tmux mappings

This commit is contained in:
thek4n 2024-10-21 14:18:53 +03:00
parent 8cd848933f
commit 3255b770d5

View File

@ -190,6 +190,5 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
# Session managment # Session managment
bind s display-popup -w 80% -h 80% -EE -T 'Attach existing session' '~/.local/bin/tmux_choose_session.sh' bind a display-popup -w 80% -h 80% -EE -T ' Attach existing session ' '~/.local/bin/tmux_choose_session.sh'
bind f display-popup -EE -T 'Start new session' '~/.local/bin/tmux_start_session.sh' bind s display-popup -EE -w 30% -h 70% -T ' Start new session ' '~/.local/bin/tmux_start_session.sh'
bind a choose-tree-index