about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* in a 1920x1200 setup 40 pixels of snap value are much better than 20arg@mig292006-10-301-1/+1
* fixed stupid bug of snap-to-screenarg@mig292006-10-301-4/+4
* changing snap priorityarg@mig292006-10-301-3/+3
* removed useless abs() callsarg@mig292006-10-301-2/+2
* added screen-border snapping in floating mode, feels quite wellarg@mig292006-10-303-0/+10
* and another fixarg@mig292006-10-272-3/+4
* applied sanders try2 patcharg@mig292006-10-274-7/+6
* applied sanders max size fixarg@mig292006-10-272-1/+5
* stupid urxvt needs bg to highlight selections in a sane way, though that make...arg@mig292006-10-271-1/+1
* reverting to originalarg@mig292006-10-261-1/+1
* applied sander's config.*h nitpick patcharg@mig292006-10-262-5/+5
* some other changearg@mig292006-10-261-3/+3
* apply small fix to prevent apps like mplayer wandering when toggling fullscreenarg@mig292006-10-261-2/+2
* forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -...arg@mig292006-10-261-1/+1
* using MASTER 600 again, it is definately better, and using urxvtc for the mom...arg@mig292006-10-261-2/+2
* changing MASTER in config.arg.h from 600 to 550 per thousandarg@mig292006-10-261-1/+1
* my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...arg@mig292006-10-261-1/+1
* moved MOUSEMASK into event.c (not used in other places)Anselm R. Garbe2006-10-162-1/+1
* now being at v2.0Anselm R. Garbe2006-10-141-1/+1
* using lsx instead of Jukka's shell constructAnselm R. Garbe2006-10-131-4/+3
* hotfixAnselm R. Garbe2006-10-061-1/+2
* Added tag 1.9 for changeset a5567a0d30112822db2627a04a2e7aa3b6c38148Anselm R. Garbe2006-10-061-0/+1
* do* has no Arg arument anymore (never called directly) 1.9Anselm R. Garbe2006-10-065-18/+18
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-0610-86/+23
* yet another small fix and simplification of dotileAnselm R. Garbe2006-10-061-18/+10
* removed the stack position stuffAnselm R. Garbe2006-10-058-96/+26
* small boundary check fixAnselm R. Garbe2006-10-051-2/+2
* changing MASTER value from percent into per millAnselm R. Garbe2006-10-054-9/+9
* Added tag 1.8 for changeset c71952fa3c7ca848ec38a6923b5c6d0e18fff431Anselm R. Garbe2006-10-051-0/+1
* simplified dotile(), removed misleading line 1.8Anselm R. Garbe2006-10-051-2/+3
* final fix for man pageAnselm R. Garbe2006-10-051-3/+3
* keep master ratio on resizecol -> arrangeAnselm R. Garbe2006-10-055-24/+20
* yet another simplification of dotile()Anselm R. Garbe2006-10-051-30/+25
* simplified dotile()Anselm R. Garbe2006-10-052-37/+20
* applied resizecol fix by JukkaAnselm R. Garbe2006-10-051-2/+4
* Button3 click on mode label toggles stack position nowAnselm R. Garbe2006-10-052-2/+5
* applied dave's highlight patch for big fontsAnselm R. Garbe2006-09-291-1/+1
* using ff tiled again, seems to work perfectly with new bottom stackAnselm R. Garbe2006-09-291-1/+1
* applied ality's hardcode-0 patchesAnselm R. Garbe2006-09-291-5/+5
* added symbols for different modesAnselm R. Garbe2006-09-294-6/+13
* removed useless updatemasterAnselm R. Garbe2006-09-294-9/+3
* documented the new behavior in man pageAnselm R. Garbe2006-09-291-0/+3
* fixed small offset issueAnselm R. Garbe2006-09-291-1/+1
* fixed the z-layer issue described on mailinglistAnselm R. Garbe2006-09-291-1/+8
* removed the direction flippingAnselm R. Garbe2006-09-294-66/+18
* small fix of a corner caseAnselm R. Garbe2006-09-291-1/+1
* small changeAnselm R. Garbe2006-09-292-2/+2
* added the new dotile as described on mlAnselm R. Garbe2006-09-296-36/+112
* prelim of dotile()Anselm R. Garbe2006-09-292-37/+68
* I changed sanders patch to fix the ff issue to be simplier, though it needs t...Anselm R. Garbe2006-09-291-3/+2
ss="k">TP gt, gT Go to the next or previous tab. You can also use TAB and SHIFT+TAB. .TP gc, ^W Close the current tab. The last tab cannot be closed. .P .\"----------------------------------------- .SS Mouse Usage .TP Left Mouse Button Click on something and you'll move there. To run a file, "enter" it, like a directory, by clicking on the preview. .TP Right Mouse Button Enter a directory .TP Scroll Wheel Scroll .\"----------------------------------------- .SS Commands .TP :delete Destroy all files in the selection with a roundhouse kick. Ranger will ask for a confirmation if you attempt to delete multiple (marked) files or non-empty directories. .TP :rename \fInewname\fR Rename the current file. Also try the keybinding A for appending something to a file name. .TP :quit Quit ranger. The current directory will be bookmarked as ' so you can re-enter it by typing `` or '' the next time you start ranger. .\"----------------------------------------- .SH TIPS .SS Change the directory after exit A script like this in your bashrc would make you change the directory of your parent shell after exiting ranger: .nf ranger() { command ranger --fail-if-run $@ && cd "$(grep \\^\\' ~/.ranger/bookmarks | cut -b3-)" } .\"----------------------------------------- .SH CONFIGURATION The files in .B ranger/defaults/ can be copied into your configuration directory (by default, this is $HOME/.ranger) and customized according to your wishes. .B ranger/defaults/options.py doesn't have to be copied completely though: Just define those settings you want to change and they will override the default values. Colorschemes can be placed in $HOME/.ranger/colorschemes. .P All configuration is done in Python. Each configuration file should contain sufficient documentation. .\"----------------------------------------- .SH COPYRIGHT Copyright \(co 2009, 2010 Roman Zimbelmann .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .\"----------------------------------------- .SH SEE ALSO The project page: .RB < http://savannah.nongnu.org/projects/ranger > .P The mailing list: .RB < http://savannah.nongnu.org/mail/?group=ranger > .\"----------------------------------------- .SH BUGS Since Chuck Norris, the Texas Ranger, watches over this project, there ought to be no bugs. If you think otherwise, please report them here: .P .RB < http://savannah.nongnu.org/bugs/?group=ranger >