ranger.vim
ranger.vim copied to clipboard
Remap copy/paste
trafficstars
How can I remap copy/paste in Ranger?
The default is :
map yy copy
map pp paste
I would like to change it to Ctrl-C and Ctrl-v:
map <C-c> copy
map <C-v> paste
However, it does not work. Do you know why and how I can get it to work?
You'll need to configure it through ranger directly.