Support "Full Mode" keyboard shortcuts.
See https://sw.kovidgoyal.net/kitty/protocol-extensions.html#keyboard-handling
This would allow more normal keyboard shortcuts in certain terminals - Shift-Ctrl-Z for redo, Ctrl-G / Shift-Ctrl-G for find next/prev, etc.
I was looking to see if micro supported the kitty extended keyboard protocol CSI u https://sw.kovidgoyal.net/kitty/keyboard-protocol/ although in my case the motivation was simpler support for Option aka Alt keyboard shortcuts on macOS.
This does not seem to be an issue with micro but rather with tcell, micro's dependency*.
There is an issue on tcell for this: gdamore/tcell#671.
*It should also be noted that Micro does not depend directly on gdamore/tcell but on micro-editor/tcell (a fork thereof). So if gdamore/tcell#671 gets resolved, micro-editor/tcell would need to rebase.
Now possible with tcell: https://github.com/gdamore/tcell/pull/831
micro-editor/tcell needs a rebase