Skip to content

Commit

Permalink
add <CTRL T> to insert TAB
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Aug 22, 2014
1 parent f83cb39 commit 09e2e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ map <C-A> ggVG$"+y
map <F12> gg=G
map <C-w> <C-w>w
imap <C-k> <C-y>,
imap <C-t> <C-q><TAB>
imap <C-j> <ESC>
" 选中状态下 Ctrl+c 复制
"map <C-v> "*pa
Expand Down

0 comments on commit 09e2e6f

Please sign in to comment.