mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add tex plugin to vim with additional keybindings
This commit is contained in:
8
.vimrc
8
.vimrc
@@ -35,6 +35,11 @@ inoremap <expr>> strpart(getline('.'), col('.')-1, 1) == ">" ? "\<Right>" : ">"
|
|||||||
"inoremap " ""<Left>
|
"inoremap " ""<Left>
|
||||||
"inoremap ' ''<Left>
|
"inoremap ' ''<Left>
|
||||||
|
|
||||||
|
" Tab navigation
|
||||||
|
nmap <C-t> :tabnew<CR>
|
||||||
|
nmap <C-k> :tabprev<CR>
|
||||||
|
nmap <C-j> :tabnext<CR>
|
||||||
|
|
||||||
" redefine some default colors
|
" redefine some default colors
|
||||||
highlight Search ctermfg=Black
|
highlight Search ctermfg=Black
|
||||||
highlight Comment ctermfg=012
|
highlight Comment ctermfg=012
|
||||||
@@ -66,6 +71,9 @@ Plug 'vim-airline/vim-airline'
|
|||||||
" Git diff in sign column
|
" Git diff in sign column
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
|
" Latex plugin
|
||||||
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user