Skip to content

Commit

Permalink
Add duplicate tab macros
Browse files Browse the repository at this point in the history
  • Loading branch information
sheff3rd committed Aug 16, 2018
1 parent 1210c9e commit 9bf8da3
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 @@ -114,6 +114,7 @@ inoremap <C-S-tab> <Esc>:tabprevious<CR>i
inoremap <C-tab> <Esc>:tabnext<CR>i
inoremap <C-t> <Esc>:tabnew<CR>
inoremap <C-e> <Esc>:q!<CR>i
map <C-T> :tab split<CR>

" ALE
Expand Down

0 comments on commit 9bf8da3

Please sign in to comment.