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 " netrw
nnoremap <C-n> :20Lexplore<CR> nnoremap <C-n> :20Lexplore<CR>
nnoremap <leader>pv :Explore<CR> nnoremap <leader>pv :Explore<CR>
au FileType netrw nmap <buffer> <CR> t
" Plugin options must go at the bottom of the file. " Plugin options must go at the bottom of the file.
" install plugins " install plugins

1
minimal.vimrc

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

Loading…
Cancel
Save