kovidgoyal / kitty-themes

Themes for the kitty terminal emulator
GNU General Public License v3.0
417 stars 83 forks source link

How can I leave the selection window? #114

Closed ShelpAm closed 5 months ago

ShelpAm commented 5 months ago

After I reopen the window, the problem disappeared! Thanks for your working!

thiswillbeyourgithub commented 5 months ago

I think I have the same issue. For some reason I pressing enter or escape does nothing and I can't leave.

I notice this in my journalctl -f logs that appear as soon as I force close the terminal: Application escape mode is not supported, the extended keyboard protocol should be used instead

thiswillbeyourgithub commented 5 months ago

Fix: that just started happening when I manually upgraded kitty from a very old ubuntu version to the latest, and apparently the fix is to git clone kitty-themes again and put it instead of the old one in .config/kitty/kitty-themes

ShelpAm commented 5 months ago

The same here: Application escape mode is not supported, the extended keyboard protocol should be used instead. This happens while running tmux.

thiswillbeyourgithub commented 5 months ago

Yes I just noticed too its because of tmux. After reading about it I decided to start migrating from tmux to kitty.

Here are helpful links: https://github.com/kovidgoyal/kitty/issues/2422 https://github.com/nobe4/dotfiles/issues/21 https://github.com/lucasteligioridis/dot-files/issues/1

EDIT: as well as: https://dizzard.net/articles/tmux-kitty/tmux-kitty.html

ShelpAm commented 5 months ago

@thiswillbeyourgithub Thank you very much! These really help me a lot!