tmux change mappings

This commit is contained in:
thek4n 2024-10-25 11:34:04 +03:00
parent 575ff93131
commit caf52539d1

View File

@ -62,8 +62,7 @@ bind q confirm-before -p "kill current pane? (y/n)" "kill-pane"
bind Q kill-window
bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a"
bind d detach
bind D choose-client -Z
bind D detach
bind C-d detach-other
bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'"
@ -192,4 +191,4 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
# Session managment
bind s display-popup -EE -w 80% -h 80% -T 'Attach session' '~/.local/bin/tmux_attach_session.sh'
bind a display-popup -EE -w 80% -h 80% -T 'Start session' '~/.local/bin/tmux_start_session.sh'
bind f display-popup -EE -w 80% -h 80% -T 'Kill session' '~/.local/bin/tmux_kill_session.sh'
bind d display-popup -EE -w 80% -h 80% -T 'Kill session' '~/.local/bin/tmux_kill_session.sh'