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
Hi, I'm very beginner about ghossty and ANSI escape code. I'm trying to set a keybinding like this.
keybind = super+bakcspace=csi:1K
I read that CSI 1K means clear from cursor to beginning of the line. in here. But in my ghossty, it just prints 'K'. I try similar ways such as text:\x1b[1K or 'esc [1K' but not work. Can someone tell me what I miss?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm very beginner about ghossty and ANSI escape code. I'm trying to set a keybinding like this.
I read that
CSI 1K
meansclear from cursor to beginning of the line.
in here. But in my ghossty, it just prints 'K'. I try similar ways such astext:\x1b[1K
or 'esc [1K' but not work. Can someone tell me what I miss?Beta Was this translation helpful? Give feedback.
All reactions