[2024-08-29] set mouse=nv (to copy to system in Insert mode)

This commit is contained in:
Andrew Conlin 2024-08-29 11:06:33 +01:00
parent 89e99d1128
commit e37271d1a4

View File

@ -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