]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/aliases/misc.zsh
vim: bring back vinfo plugin
[dotfiles.git] / zsh / aliases / misc.zsh
index aebe4a69e7d250ed4629acf4465db87de33e37f4..69b6b592967a65fc6bb93e93ad927945ad32a976 100644 (file)
@@ -1,4 +1,4 @@
-function info() { vim -c "Vinfo $1" -c "only" }
+function info() { vim -c "Vinfo $1" -c "silent only" }
 compdef _texinfo info=info
 
 alias cdtmp='cd $(mktemp -d)'