From d05cd755a23b4e6ecfd417d5d5da5b146c3ab7b9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Aug 2015 10:08:32 +0100 Subject: [PATCH] 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. --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.48.1