kitty.conf 934 B

1234567891011121314151617181920
  1. font_size 20.0
  2. # > [...] used only for browsing the scrollback buffer (in MB). [...]
  3. # > The current implementation stores one character in 4 bytes,
  4. # > so approximatively 2500 lines per megabyte at 100 chars per line.
  5. # https://sw.kovidgoyal.net/kitty/conf.html#opt-kitty.scrollback_pager_history_size
  6. # https://sw.kovidgoyal.net/kitty/conf.html#shortcut-kitty.Browse-scrollback-buffer-in-less
  7. scrollback_pager_history_size 16
  8. # red border in i3 (termite's `urgent_on_bell`)
  9. window_alert_on_bell yes
  10. # https://sw.kovidgoyal.net/kitty/conf.html#keyboard-shortcuts
  11. map kitty_mod+XF86Calculator new_os_window_with_cwd ipython3
  12. # https://sw.kovidgoyal.net/kitty/launch.html
  13. map kitty_mod+backslash launch --type=overlay --cwd=current --stdin-source=@screen_scrollback $EDITOR -
  14. # https://sw.kovidgoyal.net/kitty/marks.html
  15. map kitty_mod+m create_marker
  16. map kitty_mod+comma scroll_to_mark prev
  17. map kitty_mod+period scroll_to_mark next