Skip to content

Commit

Permalink
feat(kitty): Use nvim as scrollback pager
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 26, 2023
1 parent 79a6b91 commit 39cf111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/desktop/term/kitty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ in {
enable = true;
settings = {
scrollback_lines = 10000;
scrollback_pager = ''nvim -c 'setlocal nonumber nolist showtabline=0 foldcolumn=0|Man!' -c "autocmd VimEnter * normal G" -'';
enable_audio_bell = false;
update_check_interval = 0;
hide_window_decorations = true;
Expand Down

0 comments on commit 39cf111

Please sign in to comment.