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.
15 lines
537 B
15 lines
537 B
" 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)
|
|
nmap <silent><buffer> I <Plug>(dovish_create_directory)
|
|
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)
|
|
|