From 2891bf4fb9233dc437f252e64950c6e99b31df00 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 18 May 2017 12:42:20 +0200 Subject: [PATCH] comment out alternative ways of reformatting which I never used --- vim/.vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 96aad3d..49c7b02 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -16,11 +16,11 @@ imap + " Reformat shortcuts nmap gqap " re-format the current paragraph correctly -nmap gqqj " format a line which is too long, and go to the next line -nmap kgqj " merge the previous line with the current one, with a correct formatting +"nmap gqqj " format a line which is too long, and go to the next line +"nmap kgqj " merge the previous line with the current one, with a correct formatting map! gqapi -map! gqqji -map! kgqji +"map! gqqji +"map! kgqji " Arrow left moves up line when at position 0 set whichwrap+=<,>,[,] @@ -28,8 +28,8 @@ set whichwrap+=<,>,[,] " ASTROID autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/advanced.vim -autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/mail.vim autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/astroid.vim +autocmd BufRead /home/max/.cache/astroid/* :source ~/.vim/mail.vim " Thunderbird autocmd BufRead /tmp/*.eml :source ~/.vim/advanced.vim