Replies: 5 comments
-
I've seen other editors use shift+tab for that purpose. Not sure if this is in line with modal editors though. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
That works but not discoverable. Who would have thought that it is the version of < and > without shift? And that is only assuming that the users use qwerty. shift-tab is hard probably because it's in a terminal, so we shift-tab to both indent and dedent? |
Beta Was this translation helpful? Give feedback.
-
Ah the qwerty point is good enough to drop those suggestions. Maybe we should just go with vim's defaults (also right now we strip |
Beta Was this translation helpful? Give feedback.
-
Can this issue be closed or is the suggestion here to have a default keybinding for this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Vim have this useful feature to allow indent and dedent, kakoune does not have this which I missed.
I think it will be useful at this stage when we don't have auto-indent or auto-dedent. Rather than
<backspace><backspace><backspace><backspace>
we can doctrl-d
once in insert mode to cancel out 4 spaces indented.It will probably use similar mechanism to
<
and>
but I don't know how it will affect.
yet.Planning to do it later when I have time, probably after infobox.
Beta Was this translation helpful? Give feedback.
All reactions