about summary refs log tree commit diff stats
path: root/code/help.rb
Commit message (Collapse)AuthorAgeFilesLines
* updated help filehut2009-07-201-3/+8
|
* little hack for cd-after-exithut2009-07-201-13/+10
| | | | | | | | | | | if you want to change the directory to where you left ranger when you exit, you can now simply use this in your .bashrc: alias ranger='source ranger' or even: alias ranger='. ranger' the old way was: alias ranger='cd "`ranger --cd 3>&1 1>&2`"'
* new keys [i], [I] are like [l], [L] without a-flaghut2009-07-191-0/+1
| | | | | that means, [i] will always run the currently highlighted file only, whereas [l] will run marked files instead, if there are any marked files.
* fixed bugs 5 (use of system()) and 12 (sync @marked)hut2009-07-181-4/+2
|
* better help and hints with sortinghut2009-07-181-2/+2
|
* allow to add comments in help definitionshut2009-07-161-1/+2
|
* added documentation of mouse functionshut2009-07-161-0/+20
|
* document tar keycombohut2009-07-061-0/+1
|
* --cd switchhut2009-07-031-0/+25
| | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos
* new help screen, overview of bookmarkshut2009-06-221-0/+229