diff options
author | Shotaro Fujimoto <fuji101ijuf@gmail.com> | 2016-08-04 18:21:53 +0900 |
---|---|---|
committer | Shotaro Fujimoto <fuji101ijuf@gmail.com> | 2016-08-04 18:21:53 +0900 |
commit | 6c9fa07f81d9ab181c0168e5d32ac86c629b8c73 (patch) | |
tree | 3b3612cd45f5480057861939f2fafecc9756a633 | |
parent | ab6643976a91e2517af224e6c2ab99f631660cd7 (diff) | |
download | ranger-6c9fa07f81d9ab181c0168e5d32ac86c629b8c73.tar.gz |
rc.conf: Fix map for `r` (open_with command)
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 560fbe4d..cc7f5007 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -259,7 +259,7 @@ map ! console shell%space map @ console -p6 shell %%s map # console shell -p%space map s console shell%space -map r chain draw_possible_programs; console open_with%space +map r chain draw_possible_programs; console open_with%%space map f console find%space map cd console cd%space |