kitty.conf 445 B

123456789101112131415161718192021222324252627
  1. # Shortcut was: exo-open --launch TerminalEmulator
  2. cursor #00ff00
  3. cursor_shape beam
  4. cursor_stop_blinking_after 0
  5. tab_bar_edge top
  6. tab_bar_margin_width 5
  7. tab_bar_style slant
  8. background_opacity 0.8
  9. map cmd+left previous_tab
  10. map cmd+right next_tab
  11. map cmd+t new_tab
  12. map cmd+w close_tab
  13. map cmd+c copy_to_clipboard
  14. map cmd+v paste_from_clipboard
  15. map cmd+n new_window
  16. scrollback_lines 6000
  17. mouse_hide_wait 0
  18. term xterm-256color
  19. font_size 9.0