Skip to content

Commit 9bf8da3

Browse files
committed
Add duplicate tab macros
1 parent 1210c9e commit 9bf8da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vimrc

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ inoremap <C-S-tab> <Esc>:tabprevious<CR>i
114114
inoremap <C-tab> <Esc>:tabnext<CR>i
115115
inoremap <C-t> <Esc>:tabnew<CR>
116116
inoremap <C-e> <Esc>:q!<CR>i
117+
map <C-T> :tab split<CR>
117118
118119

119120
" ALE

0 commit comments

Comments
 (0)