From 3255b770d5c34bc85a98cfb312ab47d5e8628444 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 21 Oct 2024 14:18:53 +0300 Subject: [PATCH] tmux change tmux 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 f6262f2..33b2df6 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -190,6 +190,5 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down # Session managment -bind s 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 a choose-tree-index \ No newline at end of file +bind a display-popup -w 80% -h 80% -EE -T ' Attach existing session ' '~/.local/bin/tmux_choose_session.sh' +bind s display-popup -EE -w 30% -h 70% -T ' Start new session ' '~/.local/bin/tmux_start_session.sh' \ No newline at end of file