From a0ffdeaab6ddc281a08522c4802696690d0b8e12 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:48:36 +0200 Subject: Changed master keybind to Alt+A Changes to be committed: modified: tmux/tmux.conf --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d37a57a..6503def 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -43,8 +43,8 @@ run '~/.tmux/plugins/tpm/tpm' set -g mouse on unbind C-b -set -g prefix C-a -bind C-a send-prefix +set -g prefix M-a +bind M-a send-prefix # Vim style pane selection bind h select-pane -L -- cgit v1.2.3