ranger.vim icon indicating copy to clipboard operation
ranger.vim copied to clipboard

Remap copy/paste

Open b0x4it opened this issue 6 years ago • 1 comments
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?

b0x4it avatar Dec 21 '18 22:12 b0x4it

You'll need to configure it through ranger directly.

neumachen avatar Feb 16 '19 19:02 neumachen