Skip to content

Commit

Permalink
➕ zed, ➕ gvim, tweak kitty
Browse files Browse the repository at this point in the history
 * enable max scrollback in kitty
  • Loading branch information
avindra committed Jul 30, 2024
1 parent 5b9c8d3 commit 480799a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
font_size 25.0
repaint_delay 0

# https://github.com/kovidgoyal/kitty/issues/884#issuecomment-419117691
scrollback_lines 4294967295

include ~/.cache/wal/colors-kitty.conf
10 changes: 10 additions & 0 deletions .config/zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"vim_mode": true,
"ui_font_size": 30,
"buffer_font_size": 24,
"theme": {
"mode": "system",
"light": "Andromeda",
"dark": "Rosé Pine Moon"
}
}
2 changes: 2 additions & 0 deletions .gvimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set guifont=Monospace\ Regular\ 24
colorscheme retrobox

0 comments on commit 480799a

Please sign in to comment.