Merge pull request #161 from noni73/master

Fix #160 Help text changed
mine
Fernand Galiana 2019-04-08 09:39:01 -06:00 committed by GitHub
commit c843429dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func (v *helpView) init(_ context.Context, _ string) {
views := []helpItem{
{"?", "Help"},
{"a", "Aliases view"},
{"Ctrl-a", "Aliases view"},
}
fmt.Fprintf(v, "\n😱 [aqua::b]%s\n", "Help")
for _, h := range views {