kitty_config/kitty.conf

41 lines
724 B
Plaintext
Raw Permalink Normal View History

2020-06-02 19:00:33 +02:00
# misc
2021-07-30 09:37:06 +02:00
font_family JetBrains Mono
bold_font JetBrains Mono Bold
italic_font JetBrains Mono Italic
bold_italic_font JetBrains Mono Bold Italic
font_size 11.5
2020-06-02 19:00:33 +02:00
#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
open_url_modifiers ctrl
2021-07-30 09:37:28 +02:00
open_url_with /usr/local/bin/browser.sh
2020-06-02 19:00:33 +02:00
enable_audio_bell no
# graphics
foreground #dddddd
background #222222
background_opacity 0.9
dynamic_background_opacity yes
# scrollback
scrollback_lines 50000
scrollback_pager bat
# keybinding
map ctrl+tab previous_window
map ctrl+shift+tab next_window
2021-07-30 09:37:48 +02:00
map ctrl+shift+z kitten zoom_toggle.py
2020-06-02 19:00:33 +02:00
# remote control
allow_remote_control yes
2021-05-25 23:25:55 +02:00
# clipboard
clipboard_control write-clipboard write-primary no-append
2020-06-02 19:00:33 +02:00
# theme
include ./theme.conf