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

Error in bindings: action manipulator.lower does not exists #6

Open
adrianmihalko opened this issue Dec 2, 2021 · 5 comments
Open

Comments

@adrianmihalko
Copy link

I am getting error when I try to use manipulator in bindings.json:

Error in bindings: action manipulator.lower does not exists
From readme:

By default no keybindings exist, but you can easily modify that in your bindings.json file:

{
    "Ctrl-L": "manipulator.lower"
}
@caligari87
Copy link

Can also confirm I'm having similar issues. I've tried several combinations and none seem to work.

"Ctrl-(": "manipulator.brace",
"Ctrl-{": "manipulator.brace.curly",
"Ctrl-}": "manipulator.curly",
"Ctrl-[": "square",

Running the appropriate commands (square, brace, curly etc) from the micro commandline seems to work fine

@lominoss-git
Copy link

Same issue.

@bosci9
Copy link

bosci9 commented Jun 1, 2022

Same issue here

@arash-rohani
Copy link

Instead of manipulator.lower and similar, you should use command:lower

@jabbalaci
Copy link
Contributor

Or, you can also write this:

"Ctrl-(": "lua:manipulator.brace"

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

6 participants