{ key = "Home", chars = "\u001b\u005b\u0037\u007e" },
{ key = "End", chars = "\u001b\u005b\u0038\u007e" },
]
+
+# Disable actions on hyperlinks
+[[hints.enabled]]
+regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
+ [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
+hyperlinks = true
+command = '/bin/true'
+mouse.enabled = false
- { key: "Down", mods: "Alt", chars: "\x1b\x1b\x5b\x42" }
- { key: "Home", chars: "\x1b\x5b\x37\x7e" }
- { key: "End", chars: "\x1b\x5b\x38\x7e" }
+
+hints:
+ enabled:
+ # Disable actions on hyperlinks
+ - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
+ [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
+ hyperlinks: true
+ command: '/bin/true'
+ mouse:
+ enabled: false