feat: aliases to system preset

This commit is contained in:
2025-06-11 22:34:24 +00:00
parent 276a5f2a80
commit 6b5055d5cf
2 changed files with 8 additions and 4 deletions
+1 -1
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}' \