feat: aliases to system preset

This commit is contained in:
2025-06-11 22:34:24 +00:00
parent 8631eac0d4
commit 0ab2061776
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{pkgs, ...}:
pkgs.writeShellScriptBin "pager" ''
nvim -R --clean NONE \
nvim -R -u NONE \
-c 'nnoremap q :q!<CR>' \
-c 'set buftype=nofile nowrap' \
-c 'set runtimepath^=${pkgs.vimPlugins.vim-plugin-AnsiEsc}' \