From caf52539d1ea77fdc0f0519f227a871e79afd751 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 25 Oct 2024 11:34:04 +0300 Subject: [PATCH] tmux change mappings --- home/user/.config/tmux/mappings.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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