From: Samir Benmendil Date: Sun, 22 Mar 2015 12:29:38 +0000 (+0000) Subject: vim: remove mapping (disabled by ycm anyway) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/249571fee62f43f55b1d0b84d703d6a7b34b53d9?ds=sidebyside vim: remove mapping (disabled by ycm anyway) --- diff --git a/vim/vimrc b/vim/vimrc index 3cc4776..bb4f941 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -372,8 +372,7 @@ noremap O :set pastem`O``:set nopaste " Don't use Ex mode, use Q for formatting map Q gq -" allow undoing in insert-mode -inoremap u +" break undo sequence before removing word inoremap u nmap b :set expandtab tabstop=4 shiftwidth=4 softtabstop=4