From de2436c1712b8df460b1d53c8f26895f09ed0d89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Tue, 25 Oct 2016 21:45:05 +0200 Subject: [PATCH] :Vt now opens the settings file for the current filetype --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 897f6c3..20020c2 100644 --- a/vimrc +++ b/vimrc @@ -98,6 +98,7 @@ nnoremap :TagbarToggle " user defined commands command Vr tabedit ~/.vim/vimrc +command Vt execute "tabedit ~/.vim/ftplugin/" . &filetype . ".vim" " ctrlp should change working directory let g:ctrlp_working_path_mode = 0 -- 2.51.2