about summary refs log tree commit diff stats
path: root/code/keys.rb
Commit message (Collapse)AuthorAgeFilesLines
* done #7. restructured keys.rbhut2009-07-191-80/+126
| | | | there now is a seperate function for the gigantic case statement.
* bugfix, click in first row didn't select pointed filehut2009-07-191-1/+1
|
* added doubleclick, with configurable mouseintervalhut2009-07-191-5/+12
|
* fixed mouse behaviourhut2009-07-191-1/+0
|
* new keys [i], [I] are like [l], [L] without a-flaghut2009-07-191-3/+4
| | | | | 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 #23 (key combination rAr does not work)hut2009-07-191-1/+1
|
* fixed bug 16 (incorrect sorting pointer)hut2009-07-191-18/+21
|
* fixed bug 14 (sorting didn't always work)hut2009-07-181-1/+1
|
* fixed bugs 5 (use of system()) and 12 (sync @marked)hut2009-07-181-23/+19
|
* renamed option "dir_first" to "list_dir_first"hut2009-07-181-1/+1
| | | | this is more obvious :-)
* removed double clickhut2009-07-171-10/+29
|
* only descend 1 dir when using right mouse on first rowhut2009-07-151-1/+2
| | | | i think thats more intuitive
* removed debug stuffhut2009-07-151-5/+0
|
* added mouse supporthut2009-07-151-0/+46
|
* fixed "dfd" combohut2009-07-101-2/+2
|
* use Fm.externally instead of starti/closei in keys.rbhut2009-07-061-17/+16
|
* fixed E keyhut2009-07-061-5/+2
|
* rely less on system calls for mkdir/touchhut2009-07-061-6/+8
|
* removed unused functionhut2009-07-061-17/+0
|
* request a confirmation on deletionhut2009-07-041-21/+46
|
* more sorting in keys.rbhut2009-07-041-144/+91
|
* small fixhut2009-07-041-2/+1
|
* restructuredhut2009-07-041-159/+171
|
* sorted key commandshut2009-07-041-120/+126
|
* removed useless commandhut2009-07-041-4/+0
|
* small changeshut2009-07-031-2/+3
|
* --cd switchhut2009-07-031-5/+9
| | | | | allows to cd to the last dir in the parent shell. type ?z inside ranger for more infos
* put options where they belong. in a config filehut2009-07-031-17/+14
|
* new option 'wide_bar' toggles wide bar in selected columnhut2009-06-291-0/+3
|
* new option 'preview'. better alignment of rows.hut2009-06-291-0/+3
|
* feature: gnhut2009-06-221-0/+4
|
* worked on commandshut2009-06-221-29/+59
|
* changed the place where default flags are specifiedhut2009-06-221-1/+1
|
* mv code/fm/* code/hut2009-06-211-0/+584
|
* moved fm class to code/fm/hut2009-06-121-589/+0
|
* mooohut2009-06-111-2/+2
|
* wiphut2009-06-111-0/+4
|
* Initial commithut2009-06-041-27/+2
|
* lots of changes. version 0.2.1 v0.2.1hut2009-05-091-41/+197
|
* new minor version v0.2.0hut2009-04-101-95/+226
|
* the first usable version. v0.1.0hut2009-04-081-0/+323
I was not using git yet, this was a simple backup