aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-02 11:38:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-02 11:38:43 +1200
commit99f43e1ec17db041292d93c205a541dd2a078e4a (patch)
tree0f4b199433e3db302a1688dd6c4c3ed2fa1dd5f7
parentRound out execution mappings (diff)
downloaddotfiles-99f43e1ec17db041292d93c205a541dd2a078e4a.tar.gz
dotfiles-99f43e1ec17db041292d93c205a541dd2a078e4a.zip
Correct \: mapping
Missing yank!
-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>