Skip to content

Commit 274682d

Browse files
committed
Add duplicate tab macros
1 parent 1210c9e commit 274682d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,6 @@ vmap <silent> <expr> p <sid>Repl()
179179
180180
"Open current directory
181181
map <S-w> :e %:h<CR>
182+
183+
"Duplicate tab
184+
map <C-T> :tab split<CR>

0 commit comments

Comments
 (0)