1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

Add vim less

This commit is contained in:
Arti Zirk 2020-10-20 16:05:49 +03:00
parent d85b83e44b
commit ebd4b5aa4c

5
.zshrc
View File

@ -159,3 +159,8 @@ export MANWIDTH=80
# make npm gyp faster # make npm gyp faster
export JOBS=8 export JOBS=8
# https://neovim.io/doc/user/various.html#less
function vless {
/usr/share/nvim/runtime/macros/less.sh $@
}