From 4c368a5a90af76a2f70d1a606319645c33b5658c Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Thu, 19 Dec 2024 12:58:50 +0000 Subject: [PATCH] tmux: update meta key --- tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 7dbd75a..19b5417 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ # CTRL-A -> TMUX KEY -set-option -g prefix C-a +set-option -g prefix ` unbind-key C-b -bind-key C-a send-prefix +bind-key ` send-prefix # VI-style keybindings setw -g mode-keys vi