]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Add aliases 'l' and 'v' for nvim’s less macro and nvim
authorHendrik Jaeger <git-commit@henk.geekmail.org>
Wed, 18 Sep 2019 07:30:17 +0000 (09:30 +0200)
committerHendrik Jaeger <git-commit@henk.geekmail.org>
Wed, 18 Sep 2019 07:30:17 +0000 (09:30 +0200)
.zsh_aliases

index 616798534a7533d6b3e77a41143c2f3671622a0c..0d960af539fb0e8ce73e4c3c52c142a565b02ddb 100644 (file)
@@ -11,7 +11,7 @@ alias g='git'
   #alias j=''
 # j is used by autojump plugin
 #alias k=''
-#alias l=''
+alias l='/usr/share/nvim/runtime/macros/less.sh'
 #alias m=''
 #alias n=''
 #alias o=''
@@ -23,7 +23,7 @@ alias g='git'
 #alias s=''
 #alias t=''
 #alias u=''
-alias v='nvim -R'
+alias v='nvim'
 # w is a system executable
   #alias w=''
 # w is a system executable