diff options
author | hut <hut@lavabit.com> | 2011-10-08 21:24:51 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-08 21:24:51 +0200 |
commit | 27d4781d06f9412876e819273c59e2828be65e70 (patch) | |
tree | 4f8ba3e461c9fcf56998592f84252109793ca1d8 | |
parent | c8b262ef3560e77d03afc08688abbde15349db34 (diff) | |
download | ranger-27d4781d06f9412876e819273c59e2828be65e70.tar.gz |
data/config_examples/rc.conf: Fixed bad command
-rw-r--r-- | ranger/data/config_examples/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/config_examples/rc.conf b/ranger/data/config_examples/rc.conf index b9bdd260..5598d9f1 100644 --- a/ranger/data/config_examples/rc.conf +++ b/ranger/data/config_examples/rc.conf @@ -52,8 +52,8 @@ ## You might want to scroll up/down with u/d like in a pager #copymap d D #copymap u U -#map d down=0.8 pages=True -#map u up=0.8 pages=True +#map d move down=0.8 pages=True +#map u move up=0.8 pages=True ## Or scroll up/down with ^P/^N: #copymap <down> <C-N> |