diff options
author | hut <hut@lavabit.com> | 2009-07-20 19:32:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 21:11:16 +0200 |
commit | 9659cfccf2873d0413a7c25c4b50127a8adda108 (patch) | |
tree | 80cd7e3c991480a77abc2fdb23a1a13070d3b30b | |
parent | c50c22e436613a86a76028a01ab3924e4abf3f1e (diff) | |
download | ranger-9659cfccf2873d0413a7c25c4b50127a8adda108.tar.gz |
more comments in ranger.conf
-rw-r--r-- | ranger.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger.conf b/ranger.conf index a4651876..63fc5165 100644 --- a/ranger.conf +++ b/ranger.conf @@ -26,11 +26,12 @@ Option.wide_bar = true # by default, there are 'default' and 'mono' Option.colorscheme = 'default' -# the time between a mouse button press and release in which +# the time (in ms) between a mouse button press and release in which # a "click" is recognized. A value of 0 turns clicks off. # I've noticed a problem with each variant: # If value is 0, doubleclicks are not possible # If value is >0, there's a short, annoying delay after clicks +# If you want doubleclicks, a value between 200-400 should be good Option.mouse_interval = 200 # for debugging. the debug level defines how much is logged. |