chore(vim): remove command-t from loading start using ivy.nvim

This commit is contained in:
Ade Attwood 2022-07-25 19:59:59 +01:00
parent 9424d2c09f
commit f11697bf39

View file

@ -43,9 +43,6 @@ set noswapfile
" Disable line wrapping " Disable line wrapping
set nowrap set nowrap
packadd! command-t
noremap <leader>p :CommandT<cr>
noremap <silent> <leader>q :bdelete<cr> noremap <silent> <leader>q :bdelete<cr>
noremap <silent> <leader>fs :w<cr> noremap <silent> <leader>fs :w<cr>