vscode-emacs-mcx icon indicating copy to clipboard operation
vscode-emacs-mcx copied to clipboard

Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support

Results 124 vscode-emacs-mcx issues
Sort by recently updated
recently updated
newest added

Thank you for the great extension. I added `emacs-mcx.cursorMoveOnFindWidget` to settings.json and set it to true. However, it does not seem to be working correctly. The cursors cannot be moved...

The Meta+R feature in emacs helps to move the cursor to the center, bottom or top. This feature is missing in the current implementation.

Context: By default with `'emacs-mcx.strictEmacsMove': false`: - When scrolling down 1 page (ScrollUpCommand, or page down), the cursor is moved to the bottom of the visible range. - When scrolling...