X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/07c18bcc6f31633225fa25e824b8e12608951434..f821f723f48521851d5e4c5546b8a4dabd3de1de:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index ec0ece1..576e984 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -311,6 +311,10 @@ inoremap A cnoremap cnoremap +" proper movement when lines are wrapped +noremap j gj +noremap k gk + " disable arrows noremap noremap