kitty.conf 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Shell
  2. shell /bin/zsh
  3. # Font & Ligatures
  4. font_family JetBrainsMono Nerd Font
  5. bold_font auto
  6. italic_font auto
  7. bold_italic_font auto
  8. font_size 11.0
  9. disable_ligatures never
  10. # Appearance
  11. cursor_blink_interval 0
  12. enable_audio_bell no
  13. window_padding_width 0
  14. hide_window_decorations yes
  15. include theme.conf
  16. ###################
  17. ### Keybindings ###
  18. ###################
  19. clear_all_shortcuts yes
  20. # Copy & Paste
  21. map alt+c copy_to_clipboard
  22. map ctrl+shift+c copy_to_clipboard
  23. map alt+v paste_from_clipboard
  24. map ctrl+shift+v paste_from_clipboard
  25. # Font Size
  26. map alt+shift+k change_font_size all +1.0
  27. map alt+shift+j change_font_size all -1.0
  28. map alt+0 change_font_size all 0
  29. # Scrolling
  30. map alt+u scroll_page_up
  31. map alt+d scroll_page_down
  32. map alt+k scroll_line_up
  33. map alt+j scroll_line_down
  34. # Search
  35. map alt+f show_scrollback