diff options
author | hut <hut@lavabit.com> | 2010-09-13 12:49:28 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-09-13 12:49:28 +0200 |
commit | 6df94b8b2ae44d3c44558204ba7483775f230d12 (patch) | |
tree | 1d80e8188490df4f2e4ab6df79707772e493e275 | |
parent | 0dd0765eb2ad3e33c3ad844a664fcd99db45c7b0 (diff) | |
download | ranger-6df94b8b2ae44d3c44558204ba7483775f230d12.tar.gz |
README: Usage Tips section
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README index 80331dcb..4fd9876f 100644 --- a/README +++ b/README @@ -78,6 +78,10 @@ or type Q to quit. To customize ranger, copy the files from ranger/defaults/ to ~/.config/ranger/ and modify them according to your wishes. + +Usage Tips +---------- + The author of ranger uses this function (in ~/.bashrc) to start ranger: function ranger-cd { before="$(pwd)" @@ -92,6 +96,8 @@ bind '"\C-o":"ranger-cd\C-m"' This changes the directory after you close ranger and adds the shortcut <CTRL-O> for starting ranger. +To change back to the previous directory, you can type: cd - + Troubleshooting, Getting Help ----------------------------- |