Alias r to rename in ranger with rc.conf

This commit is contained in:
Donovan Glover 2017-12-13 23:27:53 -05:00
parent 2300146fa2
commit 561b8c6836
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -55,3 +55,8 @@ set save_console_history false
# Disable the mouse input to avoid opening random stuff
set mouse_enabled false
# Alias r to rename
alias r rename
# vim:ft=dosini