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