diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 031d2b7..d648bf5 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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' \ No newline at end of file +bind d display-popup -EE -w 80% -h 80% -T 'Kill session' '~/.local/bin/tmux_kill_session.sh' \ No newline at end of file