aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 00:01:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 00:01:22 +1200
commit6b399b72d12ed5e81b67baa958c07cd2db17c144 (patch)
treecdb38dd0c51da463facd91cfa1fc459f7f000cca /vim
parentRevert "Add gg mapping to exrc" (diff)
downloaddotfiles-6b399b72d12ed5e81b67baa958c07cd2db17c144.tar.gz
dotfiles-6b399b72d12ed5e81b67baa958c07cd2db17c144.zip
Revert "Stack Vim ^ to make it support counts"
This reverts commit f9de91a7f7d1a514bdebd1d4045952aa30f44339.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
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 <silent> & :&&<CR>
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 <C-C> <C-C>u