Skip to content

key binding for autoindent toogle? #3316

Answered by Andriamanitra
andyrtr asked this question in Q&A
Discussion options

You must be logged in to vote

There is nothing built-in but you can do it using a plugin like micro-toggler which provides toggle and togglelocal commands for toggling any boolean setting:

{
    "Alt-i": "command:toggle autoindent"
}

Replies: 1 comment

Comment options

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