Anyone having issues lately where arrow keys are c...
# general
e
Anyone having issues lately where arrow keys are causing an unexpected escape sequence : [‘\x1b’ ‘O’]? I’m on Mac w/ zsh, iterm. Only started happening last week
b
I am not, and am also using OS X, zsh, and iTerm (well, iTerm2). I did also recently upgrade to Ventura, which I know caused some people problems with other shell things.
e
I’m still on Monterey
I tried other shells and the default terminal with same results 😞
b
Something else to check might be
$TERM
, although I don't think that should affect it
e
ironically
pwsh
in my same terminal works fine 🙂
$TERM zsh: command not found: xterm-256color
b
try for instance
TERM=xterm pulumi up
e
didn’t like that, haha
error: no Pulumi.yaml project file found (searching upwards from /Users/mark.bixler/.oh-my-zsh). If you have not created a project yet, use
pulumi new
to do so: no project file found
b
oh, probably aren't running that in your pulumi directory? you can run whatever command you are running to test the arrow functionality, just with the prepended
TERM=xterm
to override the environment variable
e
yea that was in the correct directory
doh, no I’m wrong
forgot I was in wrong directory messing around with all this 🤦‍♂️
bullocks, same sequence error
@brave-motorcycle-67487 are you on the latest version of pulumi?
b
v3.47.1
e
same.
b
well, I'm sorry I haven't helped figure out what it is, but hopefully it's helpful knowing some things it isn't
e
yes! Thank you! 🙂
def something is up with the version. I reverted back to
3.46.0
and I can use arrows again