-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.vimrc
673 lines (559 loc) · 19.6 KB
/
.vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
" http://github.com/mitechie/pyvim
" ==================================================
" Dependencies
" ==================================================
" Pep8 : http://pypi.python.org/pypi/pep8
" pylint script
" curl - Gist plugin
" python-rope - for ropevim plugin
" ==================================================
" Shortcuts Documented
" ==================================================
" jj - esc
" ,b - bufferlist
" ,V - load .vimrc
" ,VV - reload .vimrc
" ,m - run make
" ,M - alt make for filetype (pep8 for python, etc)
" ,y - yank to clipboard
" ,Y - yank current line to clipboard
" ,p - paste from clipboard
" ,q - reformat text paragraph
" ,s - toggle spellcheck
" ,S - remove end of line spaces
" ,c - open the quickfix window
" ,cc - close the quickfix window
" ,t - toggle nerdtree
" ,r - view registers
" ,t - collapse/fold html tag
"
" Y - yank to the end of the line
"
" <CR> - create newline with enter key
" C-n - clear search
" C-l - Omnicompletion
" C-p - ctags completion
"
" gc - comment the highlighted text
" gcc - comment out the current line
"
" cs"( - replace the " with (
" ysiw" - wrap current text object with "
" yss" - wrap current line with "
" S - in visual mode surroud with something
" ds( - remove wrapping ( from text
"
" ,, - complete snippet
" ,, - tab to next section of snippet
" ,n - list available snippets for this filetype
"
" ,pw - search for keyword in pydocs
" ,pW - search any pydoc for this keyword
"
" F11 - toggle :set paste on/off
"
" Windows
" ctrl-jklm - swap to that split without the ctrl-w
" +/- - shrink the current split verticall
" alt-,/. - move the split vertically
" F2 - close current split
"
" :Gist
" :Gist -p (private)
" :Gist XXXX (fetch Gist XXXX and load)
"
" :PG XXXX php - vimgrep the project for XXXX in .php files requird workit
"
" TwitVim
" <F7>/<F8> - load timelines
" :Bpost... - post
" ,g - load user's timeline
" ,d - direct message
" ,@ - load the parent to this post
" :IsGd {url} - shorten the url
"
" -----------------------------------------
" Printing:
" set printoptions=paper:A4,syntax:y,wrap:y
" http://vim.runpaint.org/basics/printing/
" bootstrap the pathogen part of the config right away
filetype off
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
" Highlight end of line whitespace.
" match WhitespaceEOL /\s\+$/
au InsertEnter * match WhitespaceEOL /\s\+$/
au InsertLeave * match WhitespaceEOL /\s\+$/
" make sure our whitespace matching is setup before we do colorscheme tricks
autocmd ColorScheme * highlight WhitespaceEOL ctermbg=red guibg=red
" now proceed as usual
syntax on " syntax highlighing
filetype on " try to detect filetypes
filetype plugin indent on " enable loading indent file for filetype
" In GVIM
if has("gui_running")
" set guifont=Consolas\ 7" use this font
" set guifont=Liberation\ Mono\ 7" use this font
set guifont=Ubuntu\ Mono\ 10" use this font
set lines=75 " height = 50 lines
set columns=180 " width = 100 columns
set background=light " adapt colors for background
set keymodel=
set nomousehide
" colorscheme lucius
" colorscheme twilight
" colorscheme solarized
" colorscheme void
colorscheme aldmeris
" colorscheme smyck
" To set the toolbars off (icons on top of the screen)
" set guioptions-=T
"
" set guioptions-=m "remove menu bar
set guioptions=
" Try to keep backups across sessions
set undodir=~/.vim/backups
set undofile
else
set background=light " adapt colors for dark background
set t_Co=256
colorscheme lucius
endif
" ==================================================
" Basic Settings
" ==================================================
let mapleader="," " change the leader to be a comma vs slash
set textwidth=78 " Try this out to see how textwidth helps
set ch=1 " Make command line two lines high
set ls=2 " allways show status line
set tabstop=4 " numbers of spaces of tab character
set shiftwidth=4 " numbers of spaces to (auto)indent
set scrolloff=3 " keep 3 lines when scrolling
set nocursorline " have a line indicate the cursor location
set cindent " cindent
set autoindent " always set autoindenting on
set showcmd " display incomplete commands
set ruler " show the cursor position all the time
set visualbell t_vb= " turn off error beep/flash
set novisualbell " turn off visual bell
set nobackup " do not keep a backup file
set number " show line numbers
set title " show title in console title bar
set ttyfast " smoother changes
set modeline " last lines in document sets vim mode
set modelines=3 " number lines checked for modelines
set shortmess=atI " Abbreviate messages
set nostartofline " don't jump to first character when paging
set backspace=start,indent,eol
set matchpairs+=<:> " show matching <> (html mainly) as well
set showmatch
set matchtime=3
set spell
set expandtab " tabs are converted to spaces, use only when required
set sm " show matching braces, somewhat annoying...
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
hi StatusLine guifg=#fcf4ba guibg=#333333
hi StatusLineNC guifg=#808080 guibg=#333333
" move freely between files
set whichwrap=b,s,h,l,<,>,[,]
set tags=tags;/ " search for tags file in parent directories
" complete in vim commands with a nice list
set wildmenu
set wildmode=longest,list
set wildignore+=*.pyc
" set the paste toggle key
set pastetoggle=<F11>
" replace the default grep program with ack
set grepprg=ack-grep
" auto save when focus is lost
au FocusLost * :wa
" run the current file with F5
map <F5> <Esc>:w<CR>:!%:p<CR>
" ==================================================
" Config Specific Settings
" ==================================================
" If we're running in vimdiff then tweak out settings a bit
if &diff
set nospell
endif
" ==================================================
" Basic Maps
" ==================================================
"
" Maps for jj to act as Esc
ino jj <esc>
cno jj <c-c>
" Map ;; to swap out the file with the previous one
nnoremap ;; <c-^>
" map ctrl-c to something else so I quick using it
map <c-c> <Nop>
imap <c-c> <Nop>
" ,VV brings up my .vimrc
" ,V reloads it -- making all changes active (have to save first)
map <leader>V :sp ~/.vimrc<CR><C-W>_
map <silent> <leader>VV :source ~/.vimrc<CR>:filetype detect<CR>:exe ":echo 'vimrc reloaded'"<CR>
" Run Make with ctrl-m or ,m
map <silent> <leader>m :make<CR>:cw<CR>
" quick insertion of a newline
nmap <CR> o<Esc>
" Y yanks to the end of the line
nmap Y y$
" shortcuts for copying to clipboard
nmap <leader>y "*y
" copy the current line to the clipboard
nmap <leader>Y "*yy
nmap <leader>p "*p
" show the registers from things cut/yanked
nmap <leader>r :registers<CR>
" map the various registers to a leader shortcut for pasting from them
nmap <leader>0 "0p
nmap <leader>1 "1p
nmap <leader>2 "2p
nmap <leader>3 "3p
nmap <leader>4 "4p
nmap <leader>5 "5p
nmap <leader>6 "6p
nmap <leader>7 "7p
nmap <leader>8 "8p
nmap <leader>9 "9p
" shortcut to toggle spelling
nmap <leader>s :setlocal spell! spelllang=en_us<CR>
" setup a custom dict for spelling
" zg = add word to dict
" zw = mark word as not spelled correctly (remove)
set spellfile=~/.vim/dict.add
" shortcuts to open/close the quickfix window
nmap <leader>c :copen<CR>
nmap <leader>cc :cclose<CR>
nmap <leader>l :lopen<CR>
nmap <leader>ll :lclose<CR>
nmap <leader>ln :lN<CR>
nmap <leader>lp :lN<CR>
" for when we forget to use sudo to open/edit a file
cmap w!! w !sudo tee % >/dev/null
nnoremap <leader>q gqap
" Scroll the viewport 3 lines vs just 1 line at a time
nnoremap <C-e> 3<C-e>
nnoremap <C-y> 3<C-y>
" ==================================================
" Windows / Splits
" ==================================================
" ctrl-jklm changes to that split
map <c-j> <c-w>j
map <c-k> <c-w>k
map <c-l> <c-w>l
map <c-h> <c-w>h
" and lets make these all work in insert mode too ( <C-O> makes next cmd
" happen as if in command mode )
imap <C-W> <C-O><C-W>
" use - and + to resize horizontal splits
map - <C-W>-
map + <C-W>+
" and for vsplits with alt-< or alt->
map <M-,> <C-W>>
map <M-.> <C-W><
" F2 close current window (commonly used with my F1/F3 functions)
noremap <f2> <Esc>:close<CR><Esc>
" ==================================================
" Search
" ==================================================
" Press Ctrl-N to turn off highlighting.
set hlsearch " highlight searches
set incsearch " do incremental searching
set ignorecase " ignore case when searching
set smartcase " if searching and search contains upper case, make case sensitive search
nmap <silent> <C-N> :silent noh<CR>
" Search for potentially strange non-ascii characters
map <leader>u :match Error /[\x7f-\xff]/<CR>
" ==================================================
" Completion
" ==================================================
" complete on ctrl-l
inoremap <C-l> <C-x><C-o>
set complete+=.
set complete+=k
set complete+=b
set complete+=t
set completeopt+=menuone,longest
" ==================================================
" Filetypes
" ==================================================
" Auto change the directory to the current file I'm working on
" autocmd BufEnter * lcd %:p:h
" Trying out this trick to get cwd tricks
cnoremap %% <C-R>=expand('%:h').'/'<cr>
map <leader>e :edit %%
map <leader>v :view %%
" make the smarty .tpl files html files for our purposes
au BufNewFile,BufRead *.tpl set filetype=html
au BufNewFile,BufRead,BufEnter *.mako set filetype=mako
" Filetypes (au = autocmd)
au filetype help set nonumber " no line numbers when viewing help
au filetype help nnoremap <buffer><cr> <c-]> " Enter selects subject
au filetype help nnoremap <buffer><bs> <c-T> " Backspace to go back
"If we're editing a mail message in mutt change to 70 wide and wrap
"without linex numbers
augroup mail
autocmd!
autocmd FileType mail set textwidth=70 wrap nonumber nocursorline
augroup END
" If we're editing a .txt file then skip line numbers
au! BufRead,BufNewFile *.txt set nonu
" automatically give executable permissions if file begins with #! and contains
" '/bin/' in the path
au bufwritepost * if getline(1) =~ "^#!" | if getline(1) =~ "/bin/" | silent !chmod a+x <afile> | endif | endif
" ==================================================
" Python
" ==================================================
au BufReadPost quickfix map <buffer> <silent> <CR> :.cc <CR> :ccl
au BufRead *.py set makeprg=python\ -c\ \"import\ py_compile,sys;\ sys.stderr=sys.stdout;\ py_compile.compile(r'%')\"
autocmd FileType python map <buffer> <leader>M :SyntasticCheck<CR>
" au BufRead *.py compiler nose
" au BufRead *.py set efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m
au BufRead *.py set tags=tags-py;/
" ==================================================
" Javascript
" ==================================================
au FileType javascript call JavaScriptFold()
au FileType javascript setl fen
au FileType javascript set errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m
au FileType javascript set makeprg=jshint\ %
autocmd FileType javascript map <buffer> <leader>M :SyntasticCheck<CR>
au FileType javascript set tags=tags-js;/
au FileType javascript set formatoptions-=r
autocmd BufRead,BufNewFile *.json set filetype=json
command Js silent %!jp
command Jc silent %!jcompress
autocmd FileType json Js
" ==================================================
" CSS
" ==================================================
" ==================================================
" HTML
" ==================================================
" enable a shortcut for tidy using ~/.tidyrc config
map <Leader>T :!tidy -config ~/.tidyrc<cr><cr>
" enable html tag folding with ,f
nnoremap <leader>f Vatzf
map <silent> <leader>g :!google-chrome %<cr>
" ==================================================
" GoLang
" ==================================================
" Highlight word and 'K' to get GoDoc output for word.
au BufRead,BufNewFile *.go set filetype=go
" ,m will run gomake
au BufRead *.go set makeprg=gomake
" ,M will run gofmt on the code to lint it
autocmd FileType go map <buffer> <leader>M :Fmt<CR>:cw<CR>
" ==================================================
" Git Tricks
" ==================================================
" Show the diff in the preview window of the commit during git commit
autocmd FileType gitcommit DiffGitCached | wincmd p
" ==================================================
" Syntax Files
" ==================================================
" xml.vim
" http://github.com/sukima/xmledit/
" % jump between '<' and '>' within the tag
" finish a tag '>'
" press '>' twice it will complete and cursor in the middle
" mako.vim
" http://www.vim.org/scripts/script.php?script_id=2663
" syntax support for mako code
" ==================================================
" Plugins
" ==================================================
" CtrlP
" https://github.com/kien/ctrlp.vim
let g:ctrlp_working_path_mode = 0
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.hg$\|\.svn\|\.bzr$\|develop-eggs$\|site-packages',
\ 'file': '\.pyc$|\.exe$\|\.so$\|\.dll$\|\.swp$',
\ 'link': 'download-cache|eggs|yui',
\ }
map <leader>gt :CtrlP templates/<cr>
map <leader>gj :CtrlP static/js/<cr>
" Fugative
" https://github.com/tpope/vim-fugitive
"
" Commands:
" Gedit
" Gsplit
" Gvsplit
" GStatus
" Gblame
" Gmove
" Gremove
" Ggrep
" Gwrite
" Gbrowse
" lusty-juggler
" http://www.vim.org/scripts/script.php?script_id=2050
nmap <silent> <Leader>b :LustyJuggler<CR>
" NERDTree
" http://www.vim.org/scripts/script.php?script_id=1658
let NERDTreeIgnore = ['\.pyc$', '\.pyo$']
map <leader>a :NERDTree<CR>
" tComment
" http://www.vim.org/scripts/script.php?script_id=1173
" gc - comment the highlighted text
" gcc - comment out the current line
" pep8
" http://www.vim.org/scripts/script.php?script_id=2914
" autocmd FileType python map <buffer> <leader>M :call Pep8()<CR>:cw<CR>
" python folding jpythonfold.vim
" http://www.vim.org/scripts/script.php?script_id=2527
" Setup as ftplugin/python.vim for auto loading
" PyDoc
" http://www.vim.org/scripts/script.php?script_id=910
" Search python docs for the keyword
" <leader>pw - search for docs for what's under cursor
" <leader>pW - search for any docs with this keyword mentioned
" Supertab
" http://www.vim.org/scripts/script.php?script_id=182
" :SuperTabHelp
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabContextDefaultCompletionType = "<c-n>"
let g:SuperTabLongestHighlight = 1
let g:SuperTabMidWordCompletion = 1
" SnipMate
" http://www.vim.org/scripts/script.php?script_id=2540
" ,, - complete and tab to next section
" ,n - show list of snippets for this filetype
" bundle/snipmate/after/plugin/snipmate
ino <silent> <leader>, <c-r>=TriggerSnippet()<cr>
snor <silent> <leader>, <esc>i<right><c-r>=TriggerSnippet()<cr>
ino <silent> <leader>\< <c-r>=BackwardsSnippet()<cr>
snor <silent> <leader>\< <esc>i<right><c-r>=BackwardsSnippet()<cr>
ino <silent> <leader>n <c-r>=ShowAvailableSnips()<cr>
" Surround
" http://www.vim.org/scripts/script.php?script_id=1697
" default shortcuts
" Pyflakes
" http://www.vim.org/scripts/script.php?script_id=3161
" default config for underlines of syntax errors in gvim
let g:pyflakes_use_quickfix = 0
" tslime
" https://github.com/evhan/tslime.vim.git
" let g:tmux_sessionname = "default"
let g:tmux_windowname = 1
let g:tmux_panenumber = 0
nmap <leader>mt :call Send_to_Tmux("make test"."\n")<CR>
nmap <leader>lt :call Send_to_Tmux("./bin/test -x -cvvt \"test_".expand("%:t:r")."\"\n")<CR>
nmap <leader>rst :call Send_to_Tmux("rst2html.py ".expand("%")." > /tmp/".expand("%:t:r").".html\n")<CR>
" Gist - github pastbin
" http://www.vim.org/scripts/script.php?script_id=2423
" :Gist
" :Gist -p (private)
" :Gist -l
" :Gist XXXX (fetch Gist XXXX and load)
let g:gist_detect_filetype = 1
let g:gist_open_browser_after_post = 1
" RopeVim
" http://rope.sourceforge.net/ropevim.html
" Refactoring engine using python-rope
" source /usr/local/ropevim.vim
source /usr/local/share/vim/plugin/ropevim.vim
let ropevim_codeassist_maxfixes=10
let ropevim_vim_completion=1
let ropevim_guess_project=1
let ropevim_enable_autoimport=1
let ropevim_extended_complete=1
" Tagbar
" https://github.com/majutsushi/tagbar/
" Show ctags info in the sidebar
nmap <silent> <leader>L :TagbarToggle<CR>
" Syntastic
" Config syntastic
let g:syntastic_check_on_open=1
let g:syntastic_enable_signs=0
let g:syntastic_enable_highlighting=1
let g:syntastic_auto_loc_list=1
let g:syntastic_loc_list_height=5
" let g:syntastic_mode_map = { 'mode': 'active',
" \ 'active_filetypes': ['python', 'javascript', 'css', 'coffee', 'go', 'html', 'rst', 'sass', 'yaml'],
" \ 'passive_filetypes': ['make'] }
let g:syntastic_python_checker = 'flake8'
let g:syntastic_python_checker_args='--ignore=E125,E127'
let g:syntastic_javascript_checker = 'jshint'
" function! CustomCodeAssistInsertMode()
" call RopeCodeAssistInsertMode()
" if pumvisible()
" return "\<C-L>\<Down>"
" else
" return ''
" endif
" endfunction
"
" function! TabWrapperComplete()
" let cursyn = synID(line('.'), col('.') - 1, 1)
" if pumvisible()
" return "\<C-Y>"
" endif
" if strpart(getline('.'), 0, col('.')-1) =~ '^\s*$' || cursyn != 0
" return "\<Tab>"
" else
" return "\<C-R>=CustomCodeAssistInsertMode()\<CR>"
" endif
" endfunction
"
" inoremap <buffer><silent><expr> <C-l> TabWrapperComplete()
" vim-makegreen && vim-nosecompiler
" unit testing python code in during editing
" I use files in the same dir test_xxxx.*
" if we're already on the test_xxx.py file, just rerun current test file
" function MakeArgs()
" if empty(matchstr(expand('%'), 'test_'))
" " if no test_ on the filename, then add it to run tests
" let make_args = 'test_%'
" else
" let make_args = '%'
" endif
"
" :call MakeGreen(make_args)
" endfunction
"
" autocmd FileType python map <buffer> <leader>t :call MakeArgs()<CR>
"
" ==================================================
" Custom Functions
" ==================================================
" PGrep function to basically do vimgrep within the predefined $PROJ_DIR from
" workit scripts.
" :PG support php -- search the project for /support/j **/*.php
function! PGrep(pattern, ...)
let pattern = a:pattern
if a:0 == 0
let ext = '*'
else
let ext = a:1
endif
let proj_path = system("echo $PROJ_PATH | tr -d '\n'")
:exe 'cd '.proj_path
let search_path = "**/*." . ext
:execute "vimgrep /" . pattern . "/j " search_path | :copen
endfunction
command! -nargs=* PG :call PGrep(<f-args>)
" javascript folding
function! JavaScriptFold()
setl foldmethod=syntax
setl foldlevelstart=1
syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
function! FoldText()
return substitute(getline(v:foldstart), '{.*', '{...}', '')
endfunction
setl foldtext=FoldText()
endfunction
" Clean all end of line extra whitespace with ,S
" Credit: voyeg3r https://github.com/mitechie/pyvim/issues/#issue/1
" deletes excess space but maintains the list of jumps unchanged
" for more details see: h keepjumps
fun! CleanExtraSpaces()
let save_cursor = getpos(".")
let old_query = getreg('/')
:%s/\s\+$//e
call setpos('.', save_cursor)
call setreg('/', old_query)
endfun
map <silent><leader>S <esc>:keepjumps call CleanExtraSpaces()<cr>