feat: aliases to system preset
This commit is contained in:
@@ -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}' \
|
||||
|
||||
Reference in New Issue
Block a user