Browse Source

removed netrw mapping

master
Juni Kim 2 years ago
parent
commit
75eb4d502d
  1. 2
      lsp.vimrc
  2. 1
      minimal.vimrc

2
lsp.vimrc

@ -163,8 +163,6 @@ nnoremap <leader>n :wnext<CR>
" netrw
nnoremap <C-n> :20Lexplore<CR>
nnoremap <leader>pv :Explore<CR>
au FileType netrw nmap <buffer> <CR> t
" Plugin options must go at the bottom of the file.
" install plugins

1
minimal.vimrc

@ -151,7 +151,6 @@ nnoremap <leader>n :wnext<CR>
"netrw
nnoremap <C-n> :20Lexplore<CR>
nnoremap <leader>pv :Explore<CR>
au FileType netrw nmap <buffer> <CR> t
" Plugin options must go at the bottom of the file.
" install plugins

Loading…
Cancel
Save