Skip to content

seek.object without opening menu ? #249

Answered by bfulop
bfulop asked this question in Q&A
Discussion options

You must be logged in to vote

I had some time today to explore the Dance API and digging into the test files I've managed to do:

[
      {
        "key": "ctrl+alt+i b",
        "command": "dance.seek.object",
        "args": {
            "input": "\\((?#inner)\\)",
            "inner": true
        },
        "when": "editorTextFocus && dance.mode == 'normal'"
    },
    {
        "key": "ctrl+alt+i shift+b",
        "command": "dance.seek.object",
        "args": {
            "input": "\\((?#inner)\\)",
            "inner": false
        },
        "when": "editorTextFocus && dance.mode == 'normal'"
    },
    {
        "key": "ctrl+alt+i a",
        "command": "dance.seek.object",
        "args": {
            "i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bfulop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant