From e37271d1a449571d1510d1189ee0cbac1f2daa13 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Thu, 29 Aug 2024 11:06:33 +0100 Subject: [PATCH] [2024-08-29] set mouse=nv (to copy to system in Insert mode) --- vim/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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