From 6b399b72d12ed5e81b67baa958c07cd2db17c144 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 1 Jul 2018 00:01:22 +1200 Subject: Revert "Stack Vim ^ to make it support counts" This reverts commit f9de91a7f7d1a514bdebd1d4045952aa30f44339. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 98023f3f..60f47d18 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -182,12 +182,6 @@ if v:version >= 700 xnoremap & :&& endif -" Stack normal/visual ^ to make it support counts by abusing $ -nnoremap ^ $^ -if v:version >= 700 - xnoremap ^ $^ -endif - " Stack insert Ctrl-C to undo the escaped insert operation inoremap u -- cgit v1.2.3