micro icon indicating copy to clipboard operation
micro copied to clipboard

Support "Full Mode" keyboard shortcuts.

Open Timmmm opened this issue 7 years ago • 3 comments

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.

Timmmm avatar Sep 06 '18 08:09 Timmmm

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.

peterjc avatar Jan 13 '25 20:01 peterjc

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.

SLUCHABLUB avatar Aug 18 '25 10:08 SLUCHABLUB

Now possible with tcell: https://github.com/gdamore/tcell/pull/831

micro-editor/tcell needs a rebase

ossenthusiast avatar Nov 15 '25 23:11 ossenthusiast