From c6209dff6360f2d81e42a94705ea51398cbb4fed Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 4 Jul 2025 21:18:20 +0200 Subject: [PATCH] Remove window renaming and improve keymap for session renaming (TMUX) --- tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1a63f5e..9453f65 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -40,8 +40,7 @@ bind-key -n M-q kill-pane bind-key -n M-F resize-pane -Z bind-key -n M-s command-prompt -p "New session: " "run-shell '~/.config/tmux/tmux-create-session.sh '%%''" bind-key -n M-w new-window -c "#{pane_current_path}" -bind-key -n M-r command-prompt -p "Rename window:" "rename-window '%%'" -bind-key -n M-R command-prompt -p "Rename session:" "rename-session '%%'" +bind-key -n M-r command-prompt -p "Rename session:" "rename-session '%%'" bind-key -n M-c copy-mode bind-key -T copy-mode-vi v send-keys -X begin-selection