removed command line tool from init.vim, tmux is better

This commit is contained in:
tomit4 2021-11-25 12:38:16 -08:00
parent 96076ff022
commit 92cfc5a8c9

View file

@ -15,7 +15,6 @@ Plug 'sheerun/vim-polyglot'
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
Plug 'iamcco/markdown-preview.nvim', {'do': { -> mkdp#util#install() }}
Plug 'luochen1990/rainbow'
Plug 'kassio/neoterm'
Plug 'simeji/winresizer'
Plug 'yaegassy/coc-volar'
Plug '907th/vim-auto-save'
@ -100,9 +99,6 @@ let g:lightline = {'colorscheme': 'one'}
" keybind map Ctrl + m to :MarkdownPreview
nmap <C-m> <Plug>MarkdownPreviewToggle
" creates a small horizontal window for neoterm ( type |T <command> )
nmap <C-t> 50:new
"Escape Insert Mode with ii
imap ii <Esc>