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
On the MBP v12.2.1 native terminal, when I open up `psql`,I can navigate via Option + Left/Right arrow and modify my queries, but this behavior isn't compatible in Warp. Instead, I just get a space in the shell.
To Reproduce
Steps to reproduce:
Open psql
Type out a query like select * from users
Try to navigate via Option + Left Arrow to replace * with specific columns.
See that the cursor is moved to the right for some reason 🤷.
Expected behaviour
I would expect to be moved to the next "word" in the direction of the arrow key I choose while holding Option.
Screenshots
No response
Operating System
MacOS
OS Version
12.2.1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce:
psql
select * from users
*
with specific columns.Expected behaviour
Screenshots
No response
Operating System
MacOS
OS Version
12.2.1
Additional context
No response
The text was updated successfully, but these errors were encountered: