File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 371
371
" http://stackoverflow.com/a/8064607/127816
372
372
vnoremap . :normal .<CR>
373
373
374
- " Fix home and end keybindings for screen, particularly on mac
375
- " - for some reason this fixes the arrow keys too. huh.
376
- map [F $
377
- imap [F $
378
- map [H g0
379
- imap [H g0
380
-
381
374
" For when you forget to sudo.. Really Write the file.
382
375
cmap w!! w !sudo tee % >/dev/null
383
376
585
578
nnoremap <silent> <leader> gi :Git add -p %<CR>
586
579
nnoremap <silent> <leader> gg :SignifyToggle<CR>
587
580
" }
588
-
581
+
589
582
" YouCompleteMe {
590
583
if count (g: spf13_bundle_groups , ' youcompleteme' )
591
584
let g: acp_enableAtStartup = 0
597
590
let g: UltiSnipsExpandTrigger = ' <C-j>'
598
591
let g: UltiSnipsJumpForwardTrigger = ' <C-j>'
599
592
let g: UltiSnipsJumpBackwardTrigger = ' <C-k>'
600
-
593
+
601
594
" Enable omni completion.
602
595
autocmd FileType css setlocal omnifunc = csscomplete#CompleteCSS
603
596
autocmd FileType html,markdown setlocal omnifunc = htmlcomplete#CompleteTags
Original file line number Diff line number Diff line change 91
91
" let g:multi_cursor_quit_key='<Esc>'
92
92
" Require a special keypress to enter multiple cursors mode
93
93
" let g:multi_cursor_start_key='+'
94
+
94
95
" }
95
96
96
97
" Use fork before if available {
You can’t perform that action at this time.
0 commit comments