From: Samir Benmendil Date: Sun, 22 Mar 2015 12:27:29 +0000 (+0000) Subject: vim: add mapping to uppercase previous word X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6793a37bda890fb6ad63503e48e15c3b161fd630 vim: add mapping to uppercase previous word --- 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