feat(neovim): change nerdtree map to C-l to so C-o keeps its original function

This commit is contained in:
Felix Schröter 2020-03-04 19:02:05 +01:00 committed by Felix Schroeter
parent a99fadba05
commit 9b4f18d0a7
2 changed files with 1 additions and 5 deletions

View file

@ -77,10 +77,6 @@ xmap af <Plug>(coc-funcobj-a)
omap if <Plug>(coc-funcobj-i)
omap af <Plug>(coc-funcobj-a)
" Use <TAB> for select selections ranges, needs server support, like: coc-tsserver, coc-python
nmap <silent> <TAB> <Plug>(coc-range-select)
xmap <silent> <TAB> <Plug>(coc-range-select)
" Use `:Format` to format current buffer
command! -nargs=0 Format :call CocAction('format')

View file

@ -73,7 +73,7 @@ set relativenumber
set splitbelow
map ; :Files<CR>
map <C-o> :NERDTreeToggle<CR>
nmap <C-l> :NERDTreeToggle<CR>
map <Leader> <Plug>(easymotion-prefix)
" Terminal Function