kitty.conf 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # disable network connections
  2. update_check_interval 0
  3. # stop disable confirm to quit dialog
  4. confirm_os_window_close 0
  5. # disable terminal bell
  6. enable_audio_bell no
  7. # font
  8. font_family JetBrainsMono Nerd Font
  9. font_size 12.0
  10. # cursor
  11. cursor #add8e6
  12. cursor_blink_interval 0
  13. # gui
  14. window_padding_width 3
  15. # urls
  16. url_color #0087bd
  17. url_style curly
  18. # colors
  19. foreground #e4e1e6
  20. background #1b1b1f
  21. selection_foreground #000000
  22. selection_background #fffacd
  23. color0 #3b4252
  24. color1 #bf616a
  25. color2 #a3be8c
  26. color3 #ebcb8b
  27. color4 #81a1c1
  28. color5 #b48ead
  29. color6 #88c0d0
  30. color7 #e5e9f0
  31. color8 #3b4252
  32. color9 #bf616a
  33. color10 #a3be8c
  34. color11 #ebcb8b
  35. color12 #81a1c1
  36. color13 #b48ead
  37. color14 #88c0d0
  38. color15 #e5e9f0
  39. # keybinds
  40. clear_all_shortcuts yes
  41. map alt+c copy_to_clipboard
  42. map alt+v paste_from_clipboard
  43. map alt+k scroll_line_up
  44. map alt+j scroll_line_down
  45. map alt+u scroll_page_up
  46. map alt+d scroll_page_down
  47. map alt+shift+k change_font_size all +1.0
  48. map alt+shift+j change_font_size all -1.0
  49. map alt+0 change_font_size all 0