1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-14 14:15:12 +02:00

Add vim less

This commit is contained in:
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
export JOBS=8
# https://neovim.io/doc/user/various.html#less
function vless {
/usr/share/nvim/runtime/macros/less.sh $@
}