1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

.tmux.conf convenience

This commit is contained in:
2020-01-02 23:12:33 +01:00
parent b8bf9d5585
commit 002258322a

3
.vimrc
View File

@@ -229,6 +229,9 @@ autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
Plugin 'chrisbra/csv.vim' Plugin 'chrisbra/csv.vim'
autocmd BufNewFile,BufRead *.csv setlocal filetype=csv 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 " Automatically insert matching close bracket where it belongs
"Plugin 'seletskiy/vim-autosurround' "Plugin 'seletskiy/vim-autosurround'
"inoremap ( (<C-O>:call AutoSurround(")")<CR> "inoremap ( (<C-O>:call AutoSurround(")")<CR>