Skip to content

Commit

Permalink
add 'new tag' command to help
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralinsomniac committed Apr 5, 2021
1 parent 08f3fba commit ddd1194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/exotui/exotui.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ func (s *state) printHelp() {
clearScreen()
fmt.Println("[Tags]")
fmt.Println("g: jump to today tag ('g'oto)")
fmt.Println("n: create new tag ('n'ew)")
fmt.Println("t: open all tags menu ('t'ags)")
fmt.Println("t/<text>: search tag names for <text>")
fmt.Println("t <text>: jump to or create to exact tag <text>")
Expand Down

0 comments on commit ddd1194

Please sign in to comment.