kitty.conf 980 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Shell
  2. shell /bin/zsh
  3. # Remove exit prompt
  4. confirm_os_window_close 0
  5. # Never check for updates (that's what a package manager is for)
  6. update_check_interval 0
  7. # Font & Ligatures
  8. font_family JetBrainsMono Nerd Font
  9. bold_font auto
  10. italic_font auto
  11. bold_italic_font auto
  12. font_size 11.0
  13. disable_ligatures never
  14. # Appearance
  15. cursor_blink_interval 0
  16. enable_audio_bell no
  17. window_padding_width 0
  18. hide_window_decorations yes
  19. include theme.conf
  20. ###################
  21. ### Keybindings ###
  22. ###################
  23. clear_all_shortcuts yes
  24. # Copy & Paste
  25. map alt+c copy_to_clipboard
  26. map ctrl+shift+c copy_to_clipboard
  27. map alt+v paste_from_clipboard
  28. map ctrl+shift+v paste_from_clipboard
  29. # Font Size
  30. map alt+shift+k change_font_size all +1.0
  31. map alt+shift+j change_font_size all -1.0
  32. map alt+0 change_font_size all 0
  33. # Scrolling
  34. map alt+u scroll_page_up
  35. map alt+d scroll_page_down
  36. map alt+k scroll_line_up
  37. map alt+j scroll_line_down
  38. # Search
  39. map alt+f show_scrollback