diff --git a/cmd/exotui/exotui.go b/cmd/exotui/exotui.go index 5aca741..c4a52b8 100755 --- a/cmd/exotui/exotui.go +++ b/cmd/exotui/exotui.go @@ -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/: search tag names for ") fmt.Println("t : jump to or create to exact tag ")