vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
Bumps [ts-patch](https://github.com/nonara/ts-patch) from 3.0.2 to 3.1.2. Release notes Sourced from ts-patch's releases. v3.1.2 3.1.2 (2024-01-10) Bug Fixes don't break if other plugin is added (f2b591e) v3.1.1 3.1.1 (2023-12-06) Bug Fixes...
I found that the new quick search function of vscode is very easy to use. Compared with the original search function, it also supports emacs shortcut keys to switch up...
So it's mentioned that there are some confilct with the default. Fine but ctrl +k is a massive conflict and it feels like all of them needs to be remaped...
Emacs search is non-case-sensitive if you enter the search string as all lowercase letters, but it is case-sensitive if you enter uppercase letters or a combination of upper and lowercase...
When using the emacs editor within a terminal session in VS code, closing the emacs window with C-x C-c results in closing the entire VS code window. Is there a...
From #1607, yes, the `emacs-mcx.cursorMoveOnFindWidget` solved it. But not good enough. When I C-s to search, and now I typed C-n. Ohhhh, it's open a new tab. I just want...
One of the most frequently asked question is about `emacs-mcx.cursorMoveOnFindWidget`, and setting it as `true` may be more intuitive for most users, from my _personal_ observation. It also aligns other...
This extension provides various configs that control the editor behaviors. The most difficult problem is determining the default value of each setting. As a principle, we would set the default...
The same semantics is represented by the Emacs mode `visual-line-mode` https://www.gnu.org/software/emacs/manual/html_node/emacs/Visual-Line-Mode.html