move netrw mappings to plugin settings

This commit is contained in:
ManjaroOne666 2019-05-26 21:36:24 +01:00
parent 23f8f3b631
commit f0decf3d35
1 changed files with 0 additions and 6 deletions

6
vimrc
View File

@ -619,12 +619,6 @@ nnoremap <space>gA :!clear; git add .; git status<CR>
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
nnoremap <space>gP :!clear; echo 'git push'; git push<CR>
"}}}
" netrw {{{
nnoremap <space>ex :Ex<CR>
nnoremap <space>ee :e .<CR>
nnoremap <space>eq :Rex<CR>
"}}}
" movement/navigation{{{
nnoremap <Esc>j :resize -5<CR>