fix(cursor): allow tab to work like emacs again

Latest cursor update seems to have broken awesome-emacs-keymap's
"emacsLikeTab" feature. This manually adds the same keybinding with one
extra conditional check which Cursor uses when certain types of inline
suggestions are used.
This commit is contained in:
2025-02-23 22:47:20 +00:00
parent b6c291c44c
commit 537ca9f9dd
2 changed files with 8 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
// Extension URL:
// - https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx
//
"emacs-mcx.emacsLikeTab": true,
"emacs-mcx.emacsLikeTab": false,
"emacs-mcx.killRingMax": 120,
"emacs-mcx.markRingMax": 32,
//