1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Switch v aliase to VimR

This commit is contained in:
Daniel Barber 2018-11-29 15:23:54 -05:00
parent f715a045bd
commit 230baa9819
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -8,7 +8,7 @@ alias rebasate="git rebase"
alias ts="tig status"
# vim
alias v="mvim"
alias v="vimr -s"
# Bundler
alias be="bundle exec"