Added kitty config and removed extra files
This commit is contained in:
7
kitty/.editorconfig
Normal file
7
kitty/.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
@ -1,20 +1,11 @@
|
||||
**Kitty terminal configuration**
|
||||
# Kitty terminal tricks
|
||||
|
||||
|
||||
These files go in `~/.config/kitty`.
|
||||
|
||||
|
||||
|
||||
|
||||
If sudo doesn't want to handle control chars:
|
||||
## If sudo doesn't want to handle control chars:
|
||||
|
||||
Put `{ Defaults env_keep += "TERM TERMINFO" }` in visudo
|
||||
|
||||
`export TERMINFO=/home/mark/.terminfo`
|
||||
|
||||
## If SSH doesn't want to handle control chars:
|
||||
|
||||
|
||||
|
||||
If SSH doesn't want to handle control chars:
|
||||
|
||||
`kitty +kitten ssh <SERVER>`
|
||||
Run `kitty +kitten ssh <SERVER>`
|
||||
|
@ -1,6 +1,5 @@
|
||||
include colors.conf
|
||||
include fonts.conf
|
||||
|
||||
include keys.conf
|
||||
|
||||
# Cursor
|
||||
|
Reference in New Issue
Block a user