Skip to content

Commit

Permalink
Allow tab to be used for autocompletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 26, 2010
1 parent ed6abe2 commit 181408c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,13 @@ noremap! <Left> <Esc>
noremap <Right> ""
noremap! <Right> <Esc>
" Keep text selected after shifting it left or right.
vmap < <gv
vmap > >gv
" Allow tab to be used for autocompletion
imap <Tab> <C-N>
imap <S-Tab> <C-P>
" Controversial...swap colon and semicolon for easier commands
"nnoremap ; :
"nnoremap : ;
Expand Down

0 comments on commit 181408c

Please sign in to comment.