Skip to content

Commit

Permalink
Add Shift+Tab map for tab complete in insert mode
Browse files Browse the repository at this point in the history
Feature parity with `<c-p>` `<c-n>` tab completion duo.
  • Loading branch information
Greg Lazarev committed Jun 20, 2014
1 parent 7c4a093 commit 49efda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -100,6 +100,7 @@ function! InsertTabWrapper()
endif
endfunction
inoremap <Tab> <c-r>=InsertTabWrapper()<cr>
inoremap <S-Tab> <c-n>
" Exclude Javascript files in :Rtags via rails.vim due to warnings when parsing
let g:Tlist_Ctags_Cmd="ctags --exclude='*.js'"
Expand Down

0 comments on commit 49efda0

Please sign in to comment.