From 99f43e1ec17db041292d93c205a541dd2a078e4a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 2 Aug 2018 11:38:43 +1200 Subject: Correct \: mapping Missing yank! --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index d19e55d8..f3158cf6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -321,7 +321,7 @@ nnoremap :enew " \@ executes line in normal mode nnoremap @ g^"zy$@z " \: executes line in command mode -nnoremap : g^"z:z +nnoremap : g^"zy$:z " \! executes line with 'shell' nnoremap ! g^"zy$:!z -- cgit v1.2.3