chore(config): update kitty with comment
parent
f529e54aab
commit
422c836948
|
@ -1,12 +1,22 @@
|
|||
include Monokai Pro.conf
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
font_family Rec Mono Casual
|
||||
font_size 14.0
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#terminal-bell
|
||||
enable_audio_bell no
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#window-layout
|
||||
remember_window_size no
|
||||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||
# https://github.com/jarun/nnn/blob/master/plugins/preview-tui
|
||||
allow_remote_control yes
|
||||
listen_on unix:/tmp/kitty
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#os-specific-tweaks
|
||||
macos_option_as_alt both
|
||||
macos_quit_when_last_window_closed yes
|
||||
|
|
Loading…
Reference in New Issue