diff options
Diffstat (limited to 'ranger.conf')
-rw-r--r-- | ranger.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ranger.conf b/ranger.conf index b6aeaffd..5fcef6bf 100644 --- a/ranger.conf +++ b/ranger.conf @@ -26,6 +26,13 @@ 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 +# 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 +Option.mouse_interval = 200 + # ask for a confirmation before deleting things? Option.confirm_string = "yes I am!" Option.confirm = true |