diff options
-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 ----------------------------- |