aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d19e55d8..f3158cf6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -321,7 +321,7 @@ nnoremap <Bslash><Insert> :<C-U>enew<CR>
" \@ executes line in normal mode
nnoremap <Bslash>@ g^"zy$@z
" \: executes line in command mode
-nnoremap <Bslash>: g^"z:<C-R>z<CR>
+nnoremap <Bslash>: g^"zy$:<C-R>z<CR>
" \! executes line with 'shell'
nnoremap <Bslash>! g^"zy$:!<C-R>z<CR>