diff --git a/bash/.bashrc b/bash/.bashrc index 89847cf..48f5b63 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -56,6 +56,10 @@ function vim-resume { fi } +alias vim-res="vim-resume" +alias vn="vim-new" +alias vr="vim-resume" + # enable programmable completion features if ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then