summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index e8bdd74..beff545 100644
--- a/.vimrc
+++ b/.vimrc
@@ -169,6 +169,8 @@ let g:deoplete#enable_at_startup = 1
" use tab for cycle through the omnifunc suggestions
inoremap <silent><expr> <Tab>
\ pumvisible() ? "\<C-n>" : "\<TAB>"
+inoremap <silent><expr> <S-Tab>
+ \ pumvisible() ? "\<C-p>" : "\<S-TAB>"
"polyglot"
"=============