aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-03-05 23:18:51 +0500
committerAnton Bobov <anton@bobov.name>2026-03-05 23:18:51 +0500
commit3d2a60ea9f5fb2494c8f68e7061af4429e6fb040 (patch)
tree11f133a0e6a91e608e5c94f734b90f5c31190f8d
parentb79336f28775c9b3bc3ace227b57f8557d9e86c8 (diff)
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
-rw-r--r--files/.config/tmux/tmux.conf6
1 files changed, 3 insertions, 3 deletions
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'