modified: dashboard/help_bar.go
modified: dashboard2/help_bar.go modified: views.go
This commit is contained in:
@@ -32,7 +32,7 @@ func (h HelpBar) View() string {
|
||||
func (h HelpBar) shortHelp() string {
|
||||
keys := []string{
|
||||
styles.HighlightKey("tab") + " switch",
|
||||
styles.HighlightKey("ctrl+2") + " dash2",
|
||||
styles.HighlightKey("2") + " dash2",
|
||||
styles.HighlightKey("↑/k") + " up",
|
||||
styles.HighlightKey("↓/j") + " down",
|
||||
styles.HighlightKey("pgup/pgdn") + " page",
|
||||
|
||||
@@ -32,7 +32,7 @@ func (h HelpBar) View() string {
|
||||
func (h HelpBar) shortHelp() string {
|
||||
keys := []string{
|
||||
styles.HighlightKey("tab") + " switch",
|
||||
styles.HighlightKey("ctrl+1") + " dash1",
|
||||
styles.HighlightKey("1") + " dash1",
|
||||
styles.HighlightKey("↑/k") + " up",
|
||||
styles.HighlightKey("↓/j") + " down",
|
||||
styles.HighlightKey("pgup/pgdn") + " page",
|
||||
|
||||
@@ -9,3 +9,4 @@ import (
|
||||
func NewDashboardView(app *app.App, feedbackChan chan models.ValidationFeedback, quitChan chan bool) *dashboard.Model {
|
||||
return dashboard.NewDashboard(app, feedbackChan, quitChan)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user