1
0
Fork 0
dotfiles/config/kitty/kitty.conf

41 lines
663 B
Plaintext
Raw Normal View History

2021-12-12 18:19:44 +00:00
shell /Users/daniel/.nix-profile/bin/fish --interactive
2022-01-05 10:06:44 +00:00
shell_integration no-cursor
2021-12-12 18:19:44 +00:00
# Fonts
font_family JetBrainsMono Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 13.0
# Theme
include dracula.conf
window_padding_width 3
2021-12-12 23:01:46 +00:00
tab_title_template "{index}: {title[:25]}"
2021-12-14 19:33:22 +00:00
tab_bar_style separator
tab_separator " ┇ "
2021-12-12 18:19:44 +00:00
macos_titlebar_color background
macos_traditional_fullscreen yes
macos_show_window_title_in window
# Keymap
kitty_mod cmd
# Cursor
cursor_blink_interval 0
2021-12-12 23:01:46 +00:00
# Mouse
detect_urls no
2022-01-05 10:06:44 +00:00
allow_hyperlinks yes
2021-12-12 23:01:46 +00:00
2021-12-12 18:19:44 +00:00
# Bell
enable_audio_bell no
visual_bell_duration 0.0
2022-01-05 10:06:44 +00:00
# Scrollback
scrollback_pager_history_size 2