From bab81160ccac72cce79511de55cd577bad8e69df Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Tue, 31 Mar 2020 12:23:06 +0200 Subject: [PATCH] Update rc.conf --- .config/ranger/rc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 0572efe..031c955 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -342,6 +342,7 @@ map mvDc shell mv %s ~/Documents map mvPw shell mv %s ~/Pictures/Wallpapers map mvPp shell mv %s ~/Pictures/Phone map mvPm shell mv %s ~/Pictures/MemesAndStuff +map mvPg shell mv %s ~/Programming # Copying files to specific places map cpPc shell cp -r %s ~/Pictures @@ -349,6 +350,7 @@ map cpDc shell cp -r %s ~/Documents map cpPw shell cp -r %s ~/Pictures/Wallpapers map cpPp shell cp -r %s ~/Pictures/Phone map cpPm shell cp -r %s ~/Pictures/MemesAndStuff +map cpPg shell cp -r %s ~/Programming # External Programs map E vim %s