mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
use nvim as pager
This commit is contained in:
parent
f2cca9082a
commit
fa01f65bcd
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
|
# readonly, quit on q
|
||||||
|
PAGER = "nvim -R +\"nmap q <CMD>q!<CR>\"";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue