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:
parent
88ee32fe50
commit
a8c200f0ed
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user