move netrw mappings to plugin settings
This commit is contained in:
parent
23f8f3b631
commit
f0decf3d35
6
vimrc
6
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue