summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vimrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 3e0e787..f901602 100644
--- a/.vimrc
+++ b/.vimrc
@@ -96,9 +96,6 @@ nmap <silent> <Leader>L <Plug>TaskList
nmap <silent> <Leader>P <Plug>ToggleProject
" others
-map <C-Tab> gt
-map <C-S-Tab> gT
-"imap <S-Tab> <C-X><C-O>
nmap <silent> <F4> :ls<CR>:buf
nmap <Leader>t :ToggleWord<CR>
@@ -159,7 +156,12 @@ let g:GPGUsePipes = 1
let g:UltiSnipsEditSplit = "vertical"
" vundle inserts UltiSnips BEFORE our ~/.vim
let g:UltiSnipsDontReverseSearchPath="1"
+let g:UltiSnipsListSnippets="<C-l>"
+let g:UltiSnipsExpandTrigger="<C-j>"
+let g:UltiSnipsJumpForwardTrigger="<C-j>"
+" YCM
+let g:ycm_semantic_triggers = {'haskell' : ['re!\w\.']}
" =======================================================
" FINAL
='insertions'>+102 2017-02-26Some repr and str improvements on the modelRené 'Necoro' Neumann1-3/+25 2017-02-26Move logging to extra functionRené 'Necoro' Neumann1-5/+7 2017-02-26Include sqllite closure extension in build processRené 'Necoro' Neumann4-2/+1001 2017-02-26More tag handlingRené 'Necoro' Neumann2-3/+82 2017-02-25More prefix workRené 'Necoro' Neumann3-9/+96 2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann5-121/+96 2016-08-16FixRené 'Necoro' Neumann1-1/+1 2016-08-16Use current setuputils flowRené 'Necoro' Neumann2-0/+17 2016-08-16Basic CLIRené 'Necoro' Neumann3-0/+33 2016-08-15Initial model and sqlalchemy setupRené 'Necoro' Neumann3-0/+104