]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't put $ at the end of text to be replaced
authorSamir Benmendil <me@rmz.io>
Thu, 27 Aug 2015 09:08:32 +0000 (10:08 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 27 Aug 2015 09:08:32 +0000 (10:08 +0100)
I find this fairly annoying, text should just disappear when I'm
replacing it.

vim/vimrc

index 7010d5fe058b9ed3bf3b223f4a10ed5795f80b33..833e962d530f8228f2f10043dae35f128f658de4 100644 (file)
--- 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