vscode-emacs-mcx
vscode-emacs-mcx copied to clipboard
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
C-P and C-N not work in "Quick Fix" menu. Work only arrow keys. VSCode ver 1.53. Debian testing. " Awesome Emacs Keymap" 0.26.0 For test this issue, i remove ~/.config/Code/User/keybindings.js
It would be nice if all the word commands could be configured to support camel case, like when using emacs subword-mode: http://wikemacs.org/wiki/Subword-mode I know there are vscode commands to accomplish...
With this extension enabled, the shortcut is frozen(`ctrl-a/b/e/f/n/p` in macOS) for about 10 seconds after reloading the window, this was figured out with `extension bisect`.
I see that the paredit library seems to hardcode them. https://github.com/rksm/paredit.js/blob/master/lib/reader.js#L26, so I guess it's not a trivial change. I think it's important though. My motivating example is that I...
Currently the tests are only for `EmacsEmulator` and other classes around it, and these are more like unit tests. To test the functionalities with command and keybindings, higher level test...
I cannot search case-sensitive. Thanks you so much.
Now only `forwardSexp` and `backwardSexp` are covered by this extension, however, paredit.js provides more functionalities and those should be supported.
Installed the extension, and getting "command 'emacs-mcx.nextLine' not found" or "command 'emacs-mcx.deleteBackwardChar' not found" - any suggestions? Thanks!
To ease the transition into this extension, it'd be helpful to have an option to disable all conflicting keybindings. I'm a longtime emacs user, but I have also been using...
Rel: #99 The active cursors are not revealed when * In multi-cursor mode * In selection mode * The cursors are on long lines and move for example from the...