Update kitty config for SSH compatability
This commit is contained in:
parent
13cf659642
commit
45e9958066
3 changed files with 9 additions and 5 deletions
7
DESCRIPTION.md
Normal file
7
DESCRIPTION.md
Normal 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)
|
|
@ -1,3 +0,0 @@
|
|||
# Yabai + skhd
|
||||
|
||||
- [Видос с базовой настройкой](https://www.youtube.com/watch?v=k94qImbFKWE)
|
|
@ -1,5 +1,4 @@
|
|||
include ./themes/tokyo-night-kitty.conf
|
||||
# include ./themes/ayu_mirage.conf
|
||||
include ./themes/mocha.conf
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#: 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
|
||||
|
||||
# term xterm-kitty
|
||||
term xterm-256color
|
||||
|
||||
#: The value of the TERM environment variable to set. Changing this
|
||||
#: can break many terminal programs, only change it if you know what
|
||||
|
|
Loading…
Reference in a new issue