From: Samir Benmendil Date: Thu, 27 Aug 2015 09:08:32 +0000 (+0100) Subject: vim: don't put $ at the end of text to be replaced X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d05cd755a23b4e6ecfd417d5d5da5b146c3ab7b9?ds=inline vim: don't put $ at the end of text to be replaced I find this fairly annoying, text should just disappear when I'm replacing it. --- diff --git a/vim/vimrc b/vim/vimrc index 7010d5f..833e962 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -85,9 +85,6 @@ syntax on colorscheme badwolf " options {{{1 -" put $ and the end of text to be replaced with 'cw' and the likes -set cpoptions+=$ - " moving around, searching and patterns {{{2 set incsearch " show match for partly typed search command set ignorecase " ignore case when using a search pattern