소스 검색

scrollback history size 16MB

Fabian Peter Hammerle 3 년 전
부모
커밋
942c97235e
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      kitty.conf

+ 7 - 0
kitty.conf

@@ -1 +1,8 @@
 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