You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
537 B

2 years ago
" unmap all default mappings
let g:dirvish_dovish_map_keys = 0
" unmap dirvish default
unmap <buffer> p
nmap <silent><buffer> o <Plug>(dovish_create_file)
nmap <silent><buffer> O <Plug>(dovish_create_file)
8 months ago
nmap <silent><buffer> I <Plug>(dovish_create_directory)
2 years ago
nmap <silent><buffer> dd <Plug>(dovish_delete)
nmap <silent><buffer> c <Plug>(dovish_rename)
nmap <silent><buffer> yy <Plug>(dovish_yank)
xmap <silent><buffer> yy <Plug>(dovish_yank)
nmap <silent><buffer> p <Plug>(dovish_copy)
" nmap <silent><buffer> P <Plug>(dovish_move)