From 1c5432caa9729e37379df72342e1b1e34a9b1d9e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 22 Mar 2022 15:09:32 +0200 Subject: Updated supertab settings --- .vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index bf1f720..35ae708 100644 --- a/.vimrc +++ b/.vimrc @@ -168,6 +168,13 @@ " [ The following are disabled, because they conflict with delimitMate's autobracket feature ] " inoremap pumvisible() ? "\" : "\u\" " inoremap pumvisible() ? '' : '=pumvisible() ? "\Down>" : ""' + + " "Disables" arrow navigation in completion menu + inoremap pumvisible() ? '' : '' + inoremap pumvisible() ? '' : '' + + " Pressing tab goes from top to bottom + let g:SuperTabContextDefaultCompletionType = "" " }}} " Spell check mode {{{ @@ -244,6 +251,10 @@ let g:tabman_side = 'right' " }}} +" SuperTab {{{ + let g:SuperTabDefaultCompletionType = "context" +" }}} + " Lightline {{{ " Settings {{{ set laststatus=2 -- cgit v1.2.3