pull/2/head
Bodaniel Jeanes 2012-01-09 17:38:48 -06:00
parent 65624cf0a4
commit cb2497233c
2 changed files with 5 additions and 1 deletions

View File

@ -133,6 +133,7 @@ call vundle#rc()
endfunction
Bundle 'scrooloose/nerdcommenter'
let NERDCreateDefaultMappings = 0
let NERDSpaceDelims = 1 " space between comment and code
map // <plug>NERDCommenterToggle
vmap // <plug>NERDCommenterToggle gv

View File

@ -31,7 +31,7 @@ syntax on
let mapleader = ','
set autoread " watch for file changes
set mouse=a
set ttymouse=xterm " Needed to get mouse working when in Tmux/screen
set ttymouse=xterm2 " Needed to get mouse working when in Tmux/screen
set fileformats=unix
set history=1000
set hidden
@ -126,6 +126,9 @@ syntax on
" For when other people use my setup
nmap \ <Leader>
" Easier
nnoremap ; :
" OS X clipboard when yanking/pasting
set clipboard=unnamed