From 79977eb81f94cd8e013eb0a00f43c027d5146250 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 21 Oct 2024 13:01:13 +0200 Subject: [PATCH] tmux: Unbind `` + arrow keys I don't use them. --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9c450d7..4da67ed 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -283,6 +283,10 @@ bind h selectp -L bind j selectp -D bind k selectp -U bind l selectp -R +unbind -T prefix Left +unbind -T prefix Up +unbind -T prefix Down +unbind -T prefix Right # Resize mode similar to my i3 config bind -T resize h resizep -L \; switchc -T resize