Shift+tab does not unident
hovsater opened this issue · 2 comments
hovsater commented
I know we can use M-.
and M-,
to indent and unident respectively. However, since tab
can be used to indent, I would expect Shift-tab
to unident.
Right now, the behaviour I'm seeing when pressing Shift-tab
is a Z
being inserted at nearest {
. Hitting it multiple times will continue walking up the tree, inserting Z
at every {
it can find.
The Z
could potentially be an escape sequence or related key code?
adsr commented
adsr commented
Shift-tab can now be bound to keyname backtab
.