vim/after/ftplugin/netrw.vim

5 lines
141 B
VimL
Raw Normal View History

2019-05-27 13:09:29 +00:00
nmap <buffer> o <CR>
nmap <buffer><silent> q <CR>:call CloseNetrw(1)<CR>
nmap <buffer><silent> Q :call CloseNetrw(0)<CR>
2019-04-22 18:26:32 +00:00
setl bufhidden=wipe