raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.21k stars 103 forks source link

Changing zellij pane with <alt> + arrow does not work #501

Closed mpizenberg closed 1 month ago

mpizenberg commented 1 month ago

I’m using rio v0.0.37 in macos (both are new for me). I’ve set option-as-alt = 'left' which works for creating new panes with <alt>+N, but the <alt>+arrow shortcut do not seem to work. Any advice on how to make it work?

raphamorim commented 1 month ago

Hey @mpizenberg thanks for the issue,

Could you try setting in the configuration file:

[keyboard]
disable-ctlseqs-alt = false

More info: https://raphamorim.io/rio/docs/next/configuration-file#keyboard

mpizenberg commented 1 month ago

Thanks for the advice @raphamorim it seems to work!

I had only tried with true thinking false was already the default as it was the commented setting in the template config.

raphamorim commented 1 month ago

Ah that's great to know! It's true only on macos to match with Terminal.App behaviour.

Will close this issue for now, lemme know anything!