From 561b8c683670e7992411495378d36b430f9113fe Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 13 Dec 2017 23:27:53 -0500 Subject: [PATCH] Alias r to rename in ranger with rc.conf --- dotfiles/.config/ranger/rc.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index a028cc33..fa981a63 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -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