Skip to content

Commit

Permalink
vimrc: adds prompting to turn mouse mode back off; moves the undo-dir…
Browse files Browse the repository at this point in the history
…ectory to somewhere out of local projects.
  • Loading branch information
damncabbage committed Mar 31, 2019
1 parent c220d20 commit 3a0aba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ map <silent> <leader>r :redraw!<CR>
" Turn mouse mode on
nnoremap <leader>m :set mouse=a<cr>
" to disable: set mouse-=a

" Previous mouse settings:
"" Turn mouse mode on
Expand Down Expand Up @@ -280,6 +281,8 @@ set gfn=Monaco:h19

" Files, backups and undo {{{

set undodir=~/.vim/undodir

" Turn backup off, since most stuff is in Git anyway...
set nobackup
"set nowb
Expand Down

0 comments on commit 3a0aba7

Please sign in to comment.