Skip to content

Commit

Permalink
change delete keybind from d to D
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Nov 27, 2022
1 parent 19fecce commit 31689d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/list/habit_binds.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func NewHabitBinds() habitBinds {
key.WithHelp("r", "rename"),
),
delete: key.NewBinding(
key.WithKeys("d"),
key.WithHelp("d", "delete"),
key.WithKeys("D"),
key.WithHelp("D", "delete"),
),
addGroup: key.NewBinding(
key.WithKeys("G"),
Expand Down

0 comments on commit 31689d1

Please sign in to comment.