X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f48bc8404d5d7d0ddbf073e6c02339b067d7a1fe..6793a37bda890fb6ad63503e48e15c3b161fd630:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 2301dc3..3cc4776 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -392,6 +392,9 @@ autocmd BufWinEnter *.* silent loadview " save with sudo cnoremap w!! w !sudo tee % > /dev/null +" uppercase previous word +inoremap gUiwgi + " plugins options {{{1 " ag {{{2 let g:AgSmartCase = 1