From: Philippe Hürlimann Date: Tue, 25 Oct 2016 19:45:05 +0000 (+0200) Subject: :Vt now opens the settings file for the current filetype X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=de2436c1712b8df460b1d53c8f26895f09ed0d89;p=vimfiles.git :Vt now opens the settings file for the current filetype --- 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