diff options
author | hut <hut@hut.pm> | 2017-11-14 19:55:37 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-11-14 19:55:37 +0100 |
commit | b62f52e762e1aa67b059deb8eb8349c32fa96c08 (patch) | |
tree | 6e413441eb6b07b04e0bb919c98e9f64c1f2ea1f | |
parent | 5375eb89664764a3c17444367d0f561733ca3422 (diff) | |
download | ranger-b62f52e762e1aa67b059deb8eb8349c32fa96c08.tar.gz |
rc.conf: map <F2> to `rename_append`, fixes #818
-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 9459a3d3..8e73d557 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -321,7 +321,7 @@ map uV toggle_visual_mode reverse=True # For the nostalgics: Midnight Commander bindings map <F1> help -map <F2> console rename%space +map <F2> rename_append map <F3> display_file map <F4> edit map <F5> copy |