]> git.lizzy.rs Git - micro.git/blob - internal/config/globals.go
Remove local settings
[micro.git] / internal / config / globals.go
1 package config
2
3 const (
4         DoubleClickThreshold = 400 // How many milliseconds to wait before a second click is not a double click
5         AutosaveTime         = 8   // Number of seconds to wait before autosaving
6 )
7
8 var Bindings map[string]string