micro icon indicating copy to clipboard operation
micro copied to clipboard

[Feature Request] Add support to bind Ctrl+[ and Ctrl+]

Open DUOLabs333 opened this issue 3 years ago • 3 comments

Description of the problem or steps to reproduce

I want to bind those to combinations to Indent/Outdent line or selection.

Specifications

Commit hash: OS: Arch Linux Terminal: Konsole

DUOLabs333 avatar Jun 13 '22 02:06 DUOLabs333

You didn't mention which OS you're using but in Linux/BSD/MacOS it might not be possible for Micro to differentiate between Ctrl+[ and Escape since both map to ASCII 0x1b.

zoomosis avatar Jun 15 '22 07:06 zoomosis