Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merging in navigation instructions.
  • Loading branch information
IdlePhysicist committed Sep 15, 2020
2 parents cf9f5df + 87ada67 commit 08c204f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/gui/navigate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ func newNavigate() *navigate {
navi := &navigate{
TextView: tview.NewTextView().SetTextColor(tview.Styles.PrimaryTextColor),
keybindings: map[string]string{
"trips" : " n: New Log Entry, m: Modify Log, d: Remove Log, /: Filter, Enter: Inspect Detail ",
"caves" : " n: New Cave, m: Modify Cave, d: Remove Cave, /: Filter ",
"cavers": " n: New Caver, m: Modify Caver, d: Remove Caver, /: Filter ",
"trips" : " n: New Trip, m: Modify Trip, d: Remove Trip, /: Filter, Enter: Inspect Detail ",
"caves" : " n: New Cave, m: Modify Cave, d: Remove Cave, /: Filter, Enter: Inspect Detail ",
"cavers": " n: New Caver, m: Modify Caver, d: Remove Caver, /: Filter, Enter: Inspect Detail ",
"detail": " q | ESC: Exit Detail ",
},
}
Expand Down

0 comments on commit 08c204f

Please sign in to comment.