Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to type in search editor #46

Open
twk7890 opened this issue Jun 4, 2021 · 1 comment
Open

How to type in search editor #46

twk7890 opened this issue Jun 4, 2021 · 1 comment

Comments

@twk7890
Copy link

twk7890 commented Jun 4, 2021

i try to type inthe search editor, but fail

{
"command": "multiCommand.test",
"sequence": [
"actions.find",
{"command":"type","args":{"text":" \d"}, },
],
},

}

or even i sepreate the input with inSearchEditor
{
"command": "step1",
"description":"cut into line with number",
"sequence": [
{"command":"type","args":{"text":" \d"}, },
],
"when":"inSearchEditor"
},

cannot find a way to do it.

@ryuta46
Copy link
Owner

ryuta46 commented Jun 4, 2021

@twk7890 Did you verify that type command works in search editor without multi-command extension?

keybindings.json

   {
        "key": "ctrl+t",
        "command": "type",
        "args": { 
            "text": "aaaaa"
        }
    },

If type command does not work in search editor, this extension has no way to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants