Update kitty config for SSH compatability

This commit is contained in:
pro100ton 2024-11-24 21:24:22 +03:00
parent 13cf659642
commit 45e9958066
3 changed files with 9 additions and 5 deletions

7
DESCRIPTION.md Normal file
View file

@ -0,0 +1,7 @@
# TODO's
## Kitty
- [ ] Посмотреть в чем разница между `term xterm-256color` и `kitty-terminfo`. Входная точка - [Тред](https://www.reddit.com/r/KittyTerminal/comments/qflzyq/kitty_inserts_space_when_pressing_backspace_while/?rdt=64037)
# Yabai + skhd
- [Видос с базовой настройкой](https://www.youtube.com/watch?v=k94qImbFKWE)

View file

@ -1,3 +0,0 @@
# Yabai + skhd
- [Видос с базовой настройкой](https://www.youtube.com/watch?v=k94qImbFKWE)

View file

@ -1,5 +1,4 @@
include ./themes/tokyo-night-kitty.conf include ./themes/mocha.conf
# include ./themes/ayu_mirage.conf
# vim:fileencoding=utf-8:foldmethod=marker # vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{ #: Fonts {{{
@ -1743,6 +1742,7 @@ confirm_os_window_close 0
#: notify_on_cmd_finish invisible 10.0 command notify-send "job finished with status: %s" %c #: notify_on_cmd_finish invisible 10.0 command notify-send "job finished with status: %s" %c
# term xterm-kitty # term xterm-kitty
term xterm-256color
#: The value of the TERM environment variable to set. Changing this #: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what #: can break many terminal programs, only change it if you know what