From f20da3f94a0cb76063006543f3c72f44454cb188 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Jul 2026 20:09:50 -0700 Subject: [PATCH] Tmux jumps are not that important --- bin/omarchy-menu-keybindings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-menu-keybindings b/bin/omarchy-menu-keybindings index 988ab602..638acc03 100755 --- a/bin/omarchy-menu-keybindings +++ b/bin/omarchy-menu-keybindings @@ -419,6 +419,7 @@ prioritize_entries() { if (match(line, /Toggle workspace gaps/)) prio = 39 if (match(line, /Toggle nightlight/)) prio = 40 if (match(line, /Toggle locking/)) prio = 41 + if (match(line, /Jump to waiting Tmux pane/)) prio = 42 if (match(line, /group/)) prio = 94 if (match(line, /Scroll active workspace/)) prio = 95 if (match(line, /Cycle to/)) prio = 96 @@ -456,7 +457,7 @@ output_binding_records_uncached() { keybindings_cache_key() { { - printf 'v6\n' + printf 'v7\n' hyprctl devices 2>/dev/null | grep -F 'active keymap:' hyprctl binds 2>/dev/null } | sha256sum | awk '{ print $1 }'