mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 13:36:12 +00:00
Add commands and key bindings
This commit is contained in:
@@ -6,6 +6,12 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// Initialize commands
|
||||
initCommands()
|
||||
|
||||
// Initialize key bindings
|
||||
initKeybindings()
|
||||
|
||||
window, err := CreateWindow()
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to create window: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user