diff --git a/vim/.vimrc b/vim/.vimrc index 40a9730..5e9f3b4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -25,7 +25,7 @@ highlight NormalFloat guibg=#333333 highlight CursorLineNr guibg=NONE gui=bold """ MARKDOWN -" have j and k navigate visual lines rather than logical ones in markdown +" have j and k navigate visual lines rather than logical ones " wrap text and split on words " turn spell check on autocmd FileType markdown @@ -41,5 +41,7 @@ autocmd FileType markdown map H ^ map L $ +set mouse=nv + set shiftwidth=4 set tabstop=4