aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-25 12:50:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-25 12:50:49 +1200
commit5a9fbcf87cdf4513d3598700b6c6c4ec83dca139 (patch)
tree52ed36ac3bd5034dbc79682f2964c21c7ea91f9c
parentSpin quickfix_auto_open.vim out into a plugin (diff)
downloaddotfiles-5a9fbcf87cdf4513d3598700b6c6c4ec83dca139.tar.gz
dotfiles-5a9fbcf87cdf4513d3598700b6c6c4ec83dca139.zip
Remove & remaps
I didn't know about g&, which is good enough.
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3dadba76..5cd69d14 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -189,12 +189,6 @@ imap <C-K><C-K> <Plug>(DigraphSearch)
nnoremap <Space> <C-F>
nnoremap <BS> <C-B>
-" Remap normal/visual & to preserve substitution flags
-nnoremap <silent> & :&&<CR>
-if exists(':xnoremap')
- xnoremap <silent> & :&&<CR>
-endif
-
" Map g: as a 'colon operator'
nmap g: <Plug>(ColonOperator)