From cd16bec86f888e9a2be7b32f9264853c76c9bdfe Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 23 Feb 2025 22:49:39 +0000 Subject: [PATCH] fix(cursor): allow most keybindings to work like normal in termainl --- settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.json b/settings.json index 9213fab..b9c183a 100644 --- a/settings.json +++ b/settings.json @@ -68,8 +68,11 @@ // Terminal // =========================================================================== // + "terminal.integrated.allowChords": false, + "terminal.integrated.macOptionIsMeta": true, "terminal.integrated.persistentSessionScrollback": 1000, "terminal.integrated.scrollback": 10000, + "terminal.integrated.sendKeybindingsToShell": true, // // =========================================================================== // Awesome Emacs Keybindings