X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4015511f94a3f57087468e263f63e47d375ac8dd..ac682bb9c7af9480974498953f8b3bc3586a8089:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 6bd7ead..8b35883 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -421,8 +421,8 @@ cnoremap cnoremap " proper movement when lines are wrapped -noremap j (v:count == 0 ? 'gj' : 'j') -noremap k (v:count == 0 ? 'gk' : 'k') +noremap j (v:count == 0 ? 'gj' : 'j') +noremap k (v:count == 0 ? 'gk' : 'k') " disable arrows noremap