mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-19 07:15:34 -04:00
8 lines
163 B
Go
8 lines
163 B
Go
package config
|
|
|
|
const (
|
|
DoubleClickThreshold = 400 // How many milliseconds to wait before a second click is not a double click
|
|
)
|
|
|
|
var Bindings map[string]string
|