From d41837c5db219c4292fba92699b5d185f053cc6e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 6 Jun 2019 22:39:24 +1200 Subject: Remove recursion from some maps that don't need it --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 1cdaaf15..b270bc09 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -427,8 +427,8 @@ xmap * (RegexEscape) " \\ jumps to the last edit position mark, like g;, but works as a motion " "Now, where was I?" (tap-tap) -nmap \ `" -xmap \ `" +nnoremap \ `" +xnoremap \ `" " \DEL deletes the current buffer nnoremap :bdelete -- cgit v1.2.3