vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
## Steps to Reproduce 1. Search for word (C-s). 2. Exit incremental search through movement (e.g., C-a, jump to front of line). 3. Assuming a different word is now under...
As a mac user, I defined `DEL` in the original Emacs' keybindings as `backspace` in this extension. For example, `M-DEL ( backward-kill-word )` is defined as `alt-backspace` in this extension....
This extension is not showed up at high rank in the search page regardless of the high review score. Ref: https://www.buymeacoffee.com/whitphx/c/2228791
GNU Emacs has the following keys for manipulating rectangles: copy rectangle to register C-x r r kill rectangle C-x r k yank rectangle C-x r y open rectangle, shifting text...
I usually set marks with Control+Space to start selecting code. Then press Control+Left or Right to select whole words. This works in emacs, but with this extension, the mark seems...
Have you considered adding support for the "tab" key doing indentation in the Emacs style? By default pressing "tab" does the standard VSCode operation of increasing the indentation by one...
I use a special keyboard with a Dvorak layout in a macOS environment, and have optimized Emacs key bindings for it. I replace "Ctrl" with "Cmd", and, for example, change...
Hi! As a dvorak keyboard layout user I've gotten used to saving my files using C-X,CAPS-S (with CAPS set to mimic control). Unfortunately this currently doesn't work with this plugin...
Ctrl-X Ctrl-S -- save across all files. Is that possible?
Hello, Thanks you for this extension. This has become my daily driver and I appreciate the work. I had a quick question regarding opening a file. Currently `Ctrl+X Ctrl+F` is...