comparison vimrc @ 218:12d9ea3a39f0

Fix c-a in tmux
author zegervdv <zegervdv@me.com>
date Mon, 22 Dec 2014 19:16:29 +0100
parents 9332fdb1ff4d
children a7355c906b3e
comparison
equal deleted inserted replaced
217:9332fdb1ff4d 218:12d9ea3a39f0
17 Plug 'tpope/vim-eunuch', { 'on' : ['Remove', 'Unlink', 'Move', 'Rename', 'Mkdir', 'Chmod', 'Find', 'Locate', 'SudoEdit', 'SudoWrite']} 17 Plug 'tpope/vim-eunuch', { 'on' : ['Remove', 'Unlink', 'Move', 'Rename', 'Mkdir', 'Chmod', 'Find', 'Locate', 'SudoEdit', 'SudoWrite']}
18 Plug 'scrooloose/syntastic' 18 Plug 'scrooloose/syntastic'
19 Plug 'tpope/vim-commentary' 19 Plug 'tpope/vim-commentary'
20 Plug 'wellle/targets.vim' 20 Plug 'wellle/targets.vim'
21 Plug 'mtth/scratch.vim' 21 Plug 'mtth/scratch.vim'
22 Plug 'mrmargolis/dogmatic.vim'
22 23
23 " Undo 24 " Undo
24 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } 25 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' }
25 26
26 " Tmux 27 " Tmux
165 endif 166 endif
166 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.o,*.bin,*.elf,*.hex,*.eps,.git/** 167 set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*.o,*.bin,*.elf,*.hex,*.eps,.git/**
167 168
168 " Sentences are ended with double spaces 169 " Sentences are ended with double spaces
169 set cpo+=J 170 set cpo+=J
171
170 172
171 " set list 173 " set list
172 " set listchars=tab:▸\ ,eol:¬ 174 " set listchars=tab:▸\ ,eol:¬
173 " }}} 175 " }}}
174 " Status line {{{ 176 " Status line {{{
533 let g:session_autosave = 'no' 535 let g:session_autosave = 'no'
534 " }}} 536 " }}}
535 " Dispatch {{{ 537 " Dispatch {{{
536 nnoremap <leader>s :Make<CR> 538 nnoremap <leader>s :Make<CR>
537 autocmd FileType python setlocal makeprg=ipython\ --pdb\ % 539 autocmd FileType python setlocal makeprg=ipython\ --pdb\ %
540 autocmd FileType ruby setlocal makeprg=ruby\ %
538 " }}} 541 " }}}
539 542
540 " Load local vimrc 543 " Load local vimrc
541 if filereadable($HOME . "/.vimrc.local") 544 if filereadable($HOME . "/.vimrc.local")
542 source ~/.vimrc.local 545 source ~/.vimrc.local