diff options
author | hut <hut@lavabit.com> | 2011-10-01 21:56:25 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-01 21:56:25 +0200 |
commit | 80b4815b9f6d6bbddc0cd5e30a9045da7ec55a99 (patch) | |
tree | 1def148f6e10a90776b4faacff8f00ca98100002 | |
parent | 4fbe1e8d0e0ed405b3ce544d83a30d02cc0260b4 (diff) | |
download | ranger-80b4815b9f6d6bbddc0cd5e30a9045da7ec55a99.tar.gz |
defaults/rc.conf: fixed typos
-rw-r--r-- | ranger/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/defaults/rc.conf b/ranger/defaults/rc.conf index 38b6f294..61dd7bf6 100644 --- a/ranger/defaults/rc.conf +++ b/ranger/defaults/rc.conf @@ -42,7 +42,7 @@ map S shell $SHELL map : console map ; console map ! console shell -map @ console -p6 shell %s +map @ console -p6 shell %%s map # console shell -p map s console shell map r console open_with @@ -121,7 +121,7 @@ map du shell -p du --max-depth=1 -h --apparent-size map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh map yp shell -d echo -n %d/%f | xsel -i map yd shell -d echo -n %d | xsel -i -map yn shell -d echo -n %%f | xsel -i +map yn shell -d echo -n %f | xsel -i # Filesystem Operations map = chmod |