aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cd059d28..3dadba76 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -195,6 +195,9 @@ if exists(':xnoremap')
xnoremap <silent> & :&&<CR>
endif
+" Map g: as a 'colon operator'
+nmap g: <Plug>(ColonOperator)
+
" Cycle through argument list
nnoremap [a :previous<CR>
nnoremap ]a :next<CR>