Skip to content

Releases: jgdhs27/dance

0.0.2

20 Jun 15:20
e017a76

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Just a different ordering of the goto word labels
naeioustrdyvlcpzkjgw

0.0.1

18 May 13:57
e017a76

Choose a tag to compare

Smart case + goto word + register sharing

For personal use.

To use goto word, add this to your dance.menus.goto in your settings.json:

                "w": {
                    "text": "word",
                    "command": "dance.run",
                    "args": [
                        {
                            "code": [
                                "if (Context.current.mode.name !== 'helix/select') {",
                                "await vscode.commands.executeCommand('dance.seek.wordLabel');",
                                "} else {",
                                "await vscode.commands.executeCommand('dance.seek.wordLabel.extend');",
                                "}"
                            ]
                        }
                    ]
                },

goto-word alphabet has been changed to one that puts vowels in front, ie.
aeiounrtsgbldwjzxmcv