This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Vimconf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Activity
Labels
Milestones
New Pull Request
#11
Add mouse support
Open
Deuchnord
wants to merge 1 commits from
mouse-support
into
master
pull from: mouse-support
merge into: Deuchnord:master
Deuchnord:fix/install-backup-error
Deuchnord:master
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
vimrc
+ 4
- 0
vimrc
View File
@@ -15,6 +15,10 @@ set expandtab
set shiftwidth=4
set shiftwidth=4
set softtabstop=4
set softtabstop=4
" Mouse integration
set ttymouse=xterm2
set mouse=a
" Vundle
" Vundle
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
call vundle#begin()
Write
Preview
Loading…
Cancel
Save