update keybinds

This commit is contained in:
2026-01-04 04:05:44 +00:00
parent 8ff8b48631
commit b88dc05e92
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -76,10 +76,10 @@ func (m *NoteView) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case tea.KeyMsg:
switch msg.String() {
case " ":
case "d", "right":
m.viewState = StateContent
m.vp.SetContent(m.renderNote())
case "h":
case "a", "left":
m.viewState = StateHints
m.vp.SetContent(m.renderNote())
}