#Bring out your jank! Doing a round of

1 messages · Page 1 of 1 (latest)

frank void
#

When I zoom (i.e. press enter on a span), I can't ever esc to go back, I'm just stuck there. I am running in an nvim terminal, which complicates things because esc normally gets captured by the outer nvim instead... but in other terminal apps I can do option-esc and then it passes through, via these keybinds:

map('t', '<C-Esc>', '<Esc>', { noremap = true, silent = true })
map('t', '<Esc>', '<C-\\><C-n>', { noremap = true, silent = true })

However, that doesn't work in our TUI for some reason. TBH this is getting to such an obscure corner of stuff to support I wouldn't get bogged down in it, but if there's something obvious/easy then it would be nice if that worked.

next kite
#

huh weird. did that used to work pre-tuist?

frank void
next kite
#

added alt+esc as an alias for esc to my better-tests branch if you wanna give it a try