Omarchy 3.1 updates and misc tweaks

This commit is contained in:
2026-01-05 10:14:32 -05:00
parent b8eeaf5c35
commit cec9f8dfd8
7 changed files with 30 additions and 56 deletions

View File

@@ -18,5 +18,7 @@ decorations = "None"
bindings = [
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
{ key = "Insert", mods = "Control", action = "Copy" },
{ key = "Return", mods = "Shift", chars = "\u001B\r" }
]