From 6b6477146415ae02f3aca34e97f532d7dd808212 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 2 Aug 2018 11:11:30 +1200 Subject: Use \! instead of \@ for line-execute --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 77957e34..d10309da 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -316,8 +316,8 @@ nnoremap :bdelete " \INS edits a new buffer nnoremap :enew -" \@ executes the current line with 'shell' -nnoremap @ :!=getline('.') +" \! executes the current line with 'shell' +nnoremap ! :!=getline('.') " If we're running NeoVim, source some extra configuration if has('nvim') -- cgit v1.2.3