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