Move bindings location in code

This commit is contained in:
Zachary Yedidia
2019-01-11 15:33:16 -05:00
parent 5fc5c63ce6
commit faf44826b7
4 changed files with 13 additions and 10 deletions

View File

@@ -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