Browse Source

Add mouse support

mouse-support
Jérôme Deuchnord 4 years ago
parent
commit
92c3bc4f24
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      vimrc

+ 4
- 0
vimrc View File

@@ -15,6 +15,10 @@ set expandtab
set shiftwidth=4
set softtabstop=4

" Mouse integration
set ttymouse=xterm2
set mouse=a

" Vundle
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()


Loading…
Cancel
Save