Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Last active February 26, 2024 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Melonangie/6b1a55a6ff08311d126a41cee4516f6d to your computer and use it in GitHub Desktop.
Save Melonangie/6b1a55a6ff08311d126a41cee4516f6d to your computer and use it in GitHub Desktop.
kitty.config
# https://sw.kovidgoyal.net/kitty/conf/
font_family OpenDyslexicM Nerd Font
font_size 13.0
font_features OpenDyslexicMNFM-Regular +zero +onum
adjust_line_height 1
disable_ligatures never
cursor #FF69B4
cursor_text_color #FFFFFF
cursor_shape block
cursor_blink_interval 1
scrollback_lines 8000
scrollback_pager_history_size 4097152
scrollback_fill_enlarged_window yes
wheel_scroll_multiplier 10.0
url_color #0087bd
url_style curly
open_url_with xdg-open
url_prefixes file ftp ftps gemini git gopher http https irc ircs kitty mailto news sftp ssh
detect_urls yes
show_hyperlink_targets yes
underline_hyperlinks always
copy_on_select yes
strip_trailing_spaces always
select_by_word_characters @-./_~?&=%+#
focus_follows_mouse yes
pointer_shape_when_grabbed arrow
click_interval 0.5
disable_ligatures never
repaint_delay 300
sync_to_monitor no
remember_window_size yes
draw_minimal_borders yes
window_margin_width 0
hide_window_decorations yes
background_opacity 0.7
#linux_display_server nvidia
selection_foreground #FFF
selection_background #FF69B4
inactive_text_alpha 0.9
tab_bar_style powerline
tab_title_template "{title}"
active_tab_foreground #FFF
active_tab_background #FF69B4
inactive_tab_foreground #000
inactive_tab_background #eee
map ctrl+v paste_from_clipboard
map ctrl+page_up scroll_to_prompt 1
map ctrl+page_down scroll_to_prompt -1
map ctrl+shift+q close_window
map ctrl+t new_tab
map ctrl+q close_tab
map ctrl+left previous_tab
map ctrl+right next_tab
include ./synthwave.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment