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

Add alias for vimr --cur-env

This commit is contained in:
Daniel Barber 2021-10-14 15:46:16 -05:00
parent 88ee32fe50
commit a8c200f0ed
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -15,5 +15,8 @@ if $TERM == "xterm-256color" || $TERM == "screen-256color" || $COLORTERM == "gno
set t_Co=256
endif
" Use gui terminal colors
set termguicolors
" Extend plugins
source $HOME/.vim/vimrc.d.vim