From 6793a37bda890fb6ad63503e48e15c3b161fd630 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 22 Mar 2015 12:27:29 +0000 Subject: [PATCH] vim: add mapping to uppercase previous word --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1