From 002258322a9136bf50b5f00fa29bbda52d9be89d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 2 Jan 2020 23:12:33 +0100 Subject: [PATCH] .tmux.conf convenience --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index cbcf8e2..0893a68 100644 --- a/.vimrc +++ b/.vimrc @@ -229,6 +229,9 @@ autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript Plugin 'chrisbra/csv.vim' autocmd BufNewFile,BufRead *.csv setlocal filetype=csv +" .tmux.conf highlighting, help- and command integration +Plugin 'tmux-plugins/vim-tmux' + " Automatically insert matching close bracket where it belongs "Plugin 'seletskiy/vim-autosurround' "inoremap ( (:call AutoSurround(")")