diff options
author | Cody Hiar <cody@hiar.ca> | 2019-12-05 14:44:46 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-12-05 14:44:46 -0700 |
commit | d77d193ec7972c2881b2c563118a76820d8ee904 (patch) | |
tree | 742c8585ef36361dd769a4a5cc36bce872529851 | |
parent | 4243f539c37fd9926aa0a6c6f18b3cee1c9d17e3 (diff) |
Updating ranger to have paste/rename command
-rw-r--r-- | rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ set collapse_preview false set padding_right true set draw_borders true set show_hidden true +map pr eval fm.open_console('shell cp "' + fm.thisfile.relative_path + '" "' + (('.' + fm.thisfile.extension) if fm.thisfile.extension else "") + '"', position=13+len(fm.thisfile.relative_path)) |