mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Move bindings location in code
This commit is contained in:
@@ -4,3 +4,5 @@ const (
|
||||
DoubleClickThreshold = 400 // How many milliseconds to wait before a second click is not a double click
|
||||
AutosaveTime = 8 // Number of seconds to wait before autosaving
|
||||
)
|
||||
|
||||
var Bindings map[string]string
|
||||
|
||||
Reference in New Issue
Block a user