feat(vim-alias): add full screen help

pull/1734/head
Ron Green 2020-12-12 12:51:16 +02:00 committed by GitHub
parent 3019dc331d
commit a1760af43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ VIM=$(command -v vim)
GVIM=$(command -v gvim)
MVIM=$(command -v mvim)
# open the vim help in fullscreen incorporated from
# https://stackoverflow.com/a/4687513
alias vimh='${VIM} -c ":h | only"'
[[ -n $VIM ]] && alias v=$VIM
# open vim in new tab is taken from