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