summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-03-10 14:48:36 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-03-10 14:48:36 +0200
commita0ffdeaab6ddc281a08522c4802696690d0b8e12 (patch)
tree2e2fc430ba766d04bc281cd152d8a15e756a222a
parent6e968354e4f9cad9f94b592e61a09b17a8e06210 (diff)
Changed master keybind to Alt+A
Changes to be committed: modified: tmux/tmux.conf
-rw-r--r--tmux/tmux.conf4
1 files 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