mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
@@ -65,7 +65,7 @@ bindings = [
|
||||
alphabet = "jfkdls;ahgurieowpq"
|
||||
|
||||
[[hints.enabled]]
|
||||
regex = '''(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001f\u007f-\u009f<>"\\s{-}\\^⟨⟩`]+'''
|
||||
regex = '''(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|http(s?)://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001f\u007f-\u009f<>"\\^⟨⟩`]+'''
|
||||
command = "open"
|
||||
post_processing = true
|
||||
|
||||
@@ -83,3 +83,8 @@ bindings = [
|
||||
{ key = "Tab", mods = "Control", action = "SelectNextTab" },
|
||||
{ key = "Tab", mods = "Control|Shift", action = "SelectPreviousTab" },
|
||||
]
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "Return"
|
||||
mods = "Shift"
|
||||
chars = "\u001b\r"
|
||||
|
||||
Reference in New Issue
Block a user