Added alt-left: move word left and alt-right: move word right in the terminal for for antonio

Mikayla Maki created

Change summary

assets/keymaps/default.json | 9 +++++++++
1 file changed, 9 insertions(+)

Detailed changes

assets/keymaps/default.json 🔗

@@ -472,6 +472,15 @@
                 "terminal::SendText",
                 "\u0001"
             ],
+            // Terminal.app compatability
+            "alt-left": [
+                "terminal::SendText",
+                "\u001bb"
+            ],
+            "alt-right": [
+                "terminal::SendText",
+                "\u001bf"
+            ],
             // There are conflicting bindings for these keys in the global context.
             // these bindings override them, remove at your own risk:
             "up": [