From f2f195d15f4e6b60c0fce4aaed13f20ff91cd42b 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 --- cursor/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cursor/settings.json b/cursor/settings.json index 9213fab..b9c183a 100644 --- a/cursor/settings.json +++ b/cursor/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