From 72c1f08b55848d4ce34b12a26607ff6c15651732 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 9 Apr 2021 15:13:58 -0600 Subject: [PATCH] Updated vimscript for clarity in reading --- vim/rc.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/rc.vim b/vim/rc.vim index 006db3f..b52dc30 100644 --- a/vim/rc.vim +++ b/vim/rc.vim @@ -34,8 +34,8 @@ nnoremap f z nnoremap j ddpkJ " move the current line one below where it is -nnoremap - :m +1 -nnoremap _ :m -2 +nnoremap - :move +1 +nnoremap _ :move -2 " \t for rerun last 'vimtest' command: nnoremap t q:?vimtest