From 3d2a60ea9f5fb2494c8f68e7061af4429e6fb040 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 5 Mar 2026 23:18:51 +0500 Subject: tmux: change tmux control key bindings to lowercase 3.5 changes the way tmux represents keys, so some keys that were previously the same are now different. https://github.com/tmux/tmux/issues/4162 --- files/.config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/.config/tmux') diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index d5d2bcf..f47d23f 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -64,9 +64,9 @@ set -g status-right "$USER@#h %H:%M" # Search search='~/.config/tmux/scripts/search' bind / run "$search" -bind C-F run "$search path" -bind C-U run "$search url" -bind C-G run "$search interesting" +bind C-f run "$search path" +bind C-u run "$search url" +bind C-g run "$search interesting" set -g @colors-solarized 'light' -- cgit v1.2.3