diff options
author | toonn <toonn@toonn.io> | 2019-02-28 13:16:06 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-02-28 13:16:06 +0100 |
commit | 51e7383ad5ebdf35374d62b44ca57ad58ce339cb (patch) | |
tree | 4f8c4915a2d92b219501f45000be2b7c658cc5da | |
parent | 9326536e0fb12ead0b5f40e509e9a2e7153f083a (diff) | |
download | ranger-51e7383ad5ebdf35374d62b44ca57ad58ce339cb.tar.gz |
New keybindings for paste to destination
pd opens up the console to allow pasting to a path. p'<any> and p`<any> allow for pasting to a bookmark.
-rw-r--r-- | ranger/config/rc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 98a059d4..4a182f69 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -476,6 +476,9 @@ map pl paste_symlink relative=False map pL paste_symlink relative=True map phl paste_hardlink map pht paste_hardlinked_subtree +map pd console paste dest= +map p`<any> paste dest=%any_path +map p'<any> paste dest=%any_path map dD console delete |