We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1210c9e commit 274682dCopy full SHA for 274682d
.vimrc
@@ -179,3 +179,6 @@ vmap <silent> <expr> p <sid>Repl()
179
180
"Open current directory
181
map <S-w> :e %:h<CR>
182
+
183
+"Duplicate tab
184
+map <C-T> :tab split<CR>
0 commit comments