diff --git a/.zshrc b/.zshrc index 0b7e1f9..4f6b37f 100644 --- a/.zshrc +++ b/.zshrc @@ -159,3 +159,8 @@ export MANWIDTH=80 # make npm gyp faster export JOBS=8 + +# https://neovim.io/doc/user/various.html#less +function vless { + /usr/share/nvim/runtime/macros/less.sh $@ +}