Skip to content

Commit

Permalink
[nvim&zsh] vim as a pager
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Oct 9, 2023
1 parent 7b27b1d commit 01ae1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ in {
'';
}
vim-nix
vim-plugin-AnsiEsc
vim-table-mode
yankring
{
Expand Down
1 change: 1 addition & 0 deletions modules/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in {
maps="telnet mapscii.me";
nwitch="sudo nixos-rebuild switch --flake /home/ejiek/.slashNix/flake.nix#e220";
ntest="sudo nixos-rebuild test --flake /home/ejiek/.slashNix/flake.nix#e220";
pager="vim -R +AnsiEsc";
sdfailed="systemctl list-units --failed";
ssproxy="ssh -D 1080 -C -q -N";
suspendless="systemd-inhibit --what=handle-lid-switch sleep infinity";
Expand Down

0 comments on commit 01ae1bc

Please sign in to comment.