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