Add ^A and ^E keybindings

This commit is contained in:
Christian Rocha
2020-01-29 21:46:03 -05:00
parent 48e19e3b0d
commit 501f9cbbe1
3 changed files with 14 additions and 3 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/charmbracelet/teaparty
go 1.13
require github.com/charmbracelet/tea v0.0.0-20200126032228-29799c315162
require (
github.com/charmbracelet/tea v0.0.0-20200130023737-bb06373836b4
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
)