From 93620a76f0bb4e3e88603952db228a7018e03dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Rubinstein?= Date: Tue, 13 Dec 2016 19:26:19 +0100 Subject: [PATCH] doc.kak: add aliases for :h and :help This would help VIM users find the documentation --- rc/core/doc.kak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc/core/doc.kak b/rc/core/doc.kak index e9a4eff4..56f864ec 100644 --- a/rc/core/doc.kak +++ b/rc/core/doc.kak @@ -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