diff --git a/lsp.vimrc b/lsp.vimrc index c31ca2f..277511d 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -51,6 +51,7 @@ endif call plug#begin() +Plug 'ap/vim-css-color' Plug 'vim-python/python-syntax' Plug 'bagrat/vim-buffet' @@ -165,7 +166,8 @@ nmap 8 BuffetSwitch(8) nmap 9 BuffetSwitch(9) nmap 0 BuffetSwitch(10) -nnoremap c :tabclose +nnoremap c :Bw +nnoremap C :Bw! nnoremap b :wprev nnoremap n :wnext @@ -174,6 +176,12 @@ nnoremap n :wnext nnoremap :20Lexplore nnoremap pv :Explore +" tmux +let s:tmux=$TMUX +if s:tmux != '' + nnoremap !tmuxs +endif + " disable ex mode nnoremap Q @@ -237,11 +245,9 @@ endif autocmd! User GoyoEnter Limelight autocmd! User GoyoLeave Limelight! -if has('gui') - set guifont=JetBrainsMono\ Nerd\ Font\ 13 -endif let g:airline_powerline_fonts = 1 +"let g:airline#extensions#tabline#enabled = 1 nnoremap z :Goyo nnoremap gs :Git diff --git a/minimal.vimrc b/minimal.vimrc index 9ba6d31..9b19d59 100644 --- a/minimal.vimrc +++ b/minimal.vimrc @@ -152,6 +152,12 @@ nnoremap n :wnext nnoremap :20Lexplore nnoremap pv :Explore +" tmux +let s:tmux=$TMUX +if s:tmux != '' + nnoremap !tmuxs +endif + " disable ex mode nnoremap Q