Hello, world
.scm
, which is also listed in the lisp
file.
~/.config/micro/syntax
snippets.Next
, snippets.Accept
, snippets.Insert
, snippets.Cancel
so which one would you like to rebind? Also tab is a bit more of a difficult key to bind because you probably don't want to completely rebind it (you probably still want to be able to insert a tab as well)
~/.config/micro/bindings.json
file, and put in there:{
"Tab": "snippets.Insert"
}