dance
dance copied to clipboard
Make your cursors dance with Kakoune-like modal editing in VS Code.
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
One thing that I missed from VIm when using this addon is the ability to hit `#` to search for the word that under the cursor. `dance.run` is a really...
Due to https://github.com/microsoft/vscode/issues/41024, this key combination cannot be mapped on MacOS (as well as ``alt+`,e,n,u`` and possibly others) I've remapped it to `ctrl+i` but I think the defaults should also...
I noticed that kakoune scrolls the buffer when moving around with [p or ]p, but dance keeps the buffer view unchanged if selecting text past the current buffer view. Is...
Where's a clear cheatsheet of what you can do in Dance? I understand it that it's not a full emulation of kakoune, so there may be similarities and differences. Is...
This seems like a bug since `dance.select.lineStart.skipBlank.jump` and `dance.select.lineStart.skipBlank.extend` do exist.
I've been using with vscode on Mac without problem until today. Today, after I quit vscode and start it again, Dance stopped working. It seems vscode was in insert mode...
This is a dupe from another repo, dance has a very similar problem: https://github.com/aioutecism/amVim-for-VSCode/issues/184 All I know that the vscode API didnt let extensions to determine if a cursor position...
This issue should be used for tracking bugs related to replaying actions, i.e. macros and repeating the last actions.
In kak ctrl+octrl+i work similarly to vim, but they also save/restore selections. In vscode the closest I can get is `workbench.action.navigateForward`, but that stores every cursor movement, not just jumps,...