Skip to content

How to insert TAB without triggering autocomplete? #3129

Answered by bartgrantham
janxkoci asked this question in Q&A
Discussion options

You must be logged in to vote

(Greetings from a fellow bioinformaticist!)

You'll need to add an entry in your bindings.json. The key combo you're talking about is referred to as BackTab in micro (not ShiftTab as I expected), and by default it's set to:

    "Backtab": "OutdentSelection|OutdentLine"

If you're ok remapping that to always inserting a plain tab you'll need to add this entry:

    "Backtab": "InsertTab"

More information about bindings here: https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janxkoci
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