From 3c53fcdb4330ccc0fd2cbbe0dc47187b397c78b7 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Wed, 16 Nov 2022 09:59:23 -0800 Subject: [PATCH] Added alt-left: move word left and alt-right: move word right in the terminal for for antonio --- assets/keymaps/default.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/keymaps/default.json b/assets/keymaps/default.json index 7c89eacde844b109a0b8996c0697d67d85d0432f..774d8fbc9ee0183c6a98b0f0c79f92bf9c6a4b3e 100644 --- a/assets/keymaps/default.json +++ b/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": [