diff --git a/.vimrc b/.vimrc index 26a9186..1ae9392 100755 --- a/.vimrc +++ b/.vimrc @@ -45,6 +45,16 @@ inoremap :q :q inoremap yy yy inoremap ddd dd +" Force me to stop using arrow keys +inoremap +nnoremap +inoremap +nnoremap +inoremap +nnoremap +inoremap +nnoremap + " Fix Home/End/Delete set backspace=indent,eol,start "fixdel @@ -60,6 +70,15 @@ set statusline=[%n]\ %<%F\ \ \ [%M%R%H%W%Y][%{&ff}]\ \ %=\ line:%l/%L\ col:%c\ "set spell spelllang=en " +" Force me to stop using arrow keys +inoremap +nnoremap +inoremap +nnoremap +inoremap +nnoremap +inoremap +nnoremap " Change cursor from block to vertical pipe when in insert mode