doc.kak: add aliases for :h and :help
This would help VIM users find the documentation
This commit is contained in:
parent
e44129577a
commit
93620a76f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user