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
Option+Right_Arrow key combination is not working as expected with fish shell.
Tabby Version: 1.0.221
Fish Version: 3.7.1
To Reproduce:
Default fish binding captures alt+arrow for prevd and nextd (directory navigation) when the current line is clear. Otherwise when there is text on the current line, it is used for next and previous word navigation. In any other terminal to get this to work you must set the "Use option as meta key" configuration. This works as expected on the default mac os terminal app. On Tabby, with text on the current line, the next and previous word works as expected. With a clear current line, the shortcut is not calling prevd and nextd. Nothing happens.
The meta key option has been toggled on and off in Tabby configuration. Also to test, the previous-word and next-word Hotkeys settings were removed to see if that interfered with anything. Neither change made any difference. fish_key_reader reports that the option+right arrow is \ef. This is expected and is equivalent to alt+f. Alt+f (option+f) in the default terminal app also invokes nextd. I do not know what could be different between the default terminal and tabby app as I'm running essentially base configuration on both.
The text was updated successfully, but these errors were encountered:
Describe the problem:
Option+Right_Arrow key combination is not working as expected with fish shell.
Tabby Version: 1.0.221
Fish Version: 3.7.1
To Reproduce:
Default fish binding captures alt+arrow for prevd and nextd (directory navigation) when the current line is clear. Otherwise when there is text on the current line, it is used for next and previous word navigation. In any other terminal to get this to work you must set the "Use option as meta key" configuration. This works as expected on the default mac os terminal app. On Tabby, with text on the current line, the next and previous word works as expected. With a clear current line, the shortcut is not calling prevd and nextd. Nothing happens.
The meta key option has been toggled on and off in Tabby configuration. Also to test, the previous-word and next-word Hotkeys settings were removed to see if that interfered with anything. Neither change made any difference. fish_key_reader reports that the option+right arrow is \ef. This is expected and is equivalent to alt+f. Alt+f (option+f) in the default terminal app also invokes nextd. I do not know what could be different between the default terminal and tabby app as I'm running essentially base configuration on both.
The text was updated successfully, but these errors were encountered: