diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-03 18:34:06 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-03 18:34:06 +0100 |
commit | 1bf835096a9e864fa46c009973b690acf4aee59d (patch) | |
tree | ae3341ee6bc37f366ad64f0db8c485138c19983b | |
parent | a13ad907a0453d89a86d6a98ccc72b2b8ae05a5b (diff) | |
download | ranger-1bf835096a9e864fa46c009973b690acf4aee59d.tar.gz |
added keybindings for changing linemode
-rw-r--r-- | ranger/config/rc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 23cd2e10..107995da 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -232,6 +232,11 @@ map r chain draw_possible_programs; console open_with map f console find map cd console cd +# Change the line mode +map Mf linemode filename +map Mp linemode permissions +map Mt linemode papertitle + # Tagging / Marking map t tag_toggle map ut tag_remove |