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:
3
.vimrc
3
.vimrc
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user