doc.kak: add aliases for :h and :help

This would help VIM users find the documentation
This commit is contained in:
Noé Rubinstein 2016-12-13 19:26:19 +01:00
parent e44129577a
commit 93620a76f0

View File

@ -50,3 +50,6 @@ An optional keyword argument can be passed to the function, which will be automa
printf %s\\n "eval -try-client %opt{docsclient} _doc-open ${PATH_DOC} $@"
}
}
alias global help doc
alias global h doc