You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These keys, which are very commonly used in both Linux and Windows, do not work from inside Tmux (which is commonly used for SSH server sessions and comes with most every distro):
SHIFT+Home = 1;2H
CTRL+Home = 1;5H
SHIFT+CTRL+Home = 1;6H
SHIFT+End = 1;2F
CTRL+End = 1;5F
SHIFT+CTRL+End = 1;6F
As you can see, I also added the control escape codes to help out. If you press these keys, it will just print these control escape codes as text. Just to be clear, I am using Tmux with multiple terminals to test including Alacritty, Konsole, XFCE Terminal, Tilix, and KiTTY. To reproduce, type tmux and then micro in your favorite terminal and then press one of these keys.
If you can include these in the key codes in the application or even provide a way that I can map them, please let me know.
Thank you for such an awesome editor! Micro is amazing!
The text was updated successfully, but these errors were encountered:
These keys, which are very commonly used in both Linux and Windows, do not work from inside Tmux (which is commonly used for SSH server sessions and comes with most every distro):
1;2H
1;5H
1;6H
1;2F
1;5F
1;6F
As you can see, I also added the control escape codes to help out. If you press these keys, it will just print these control escape codes as text. Just to be clear, I am using Tmux with multiple terminals to test including Alacritty, Konsole, XFCE Terminal, Tilix, and KiTTY. To reproduce, type
tmux
and thenmicro
in your favorite terminal and then press one of these keys.If you can include these in the key codes in the application or even provide a way that I can map them, please let me know.
Thank you for such an awesome editor! Micro is amazing!
The text was updated successfully, but these errors were encountered: