feat(neovim): change nerdtree map to C-l to so C-o keeps its original function
This commit is contained in:
parent
a99fadba05
commit
9b4f18d0a7
|
@ -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')
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue