Skip to content

Commit

Permalink
Update keymap.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hxlnt authored Nov 17, 2024
1 parent 77efcbc commit 75de59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func NewDefaultKeyMap() *KeyMap {
Prev: key.NewBinding(key.WithKeys("shift+tab"), key.WithHelp("shift+tab", "back")),
Next: key.NewBinding(key.WithKeys("tab"), key.WithHelp("tab", "skip")),
Submit: key.NewBinding(key.WithKeys("ctrl+x","ctrl+s"), key.WithHelp("ctrl+x / ctrl+s", "submit")),
NewLine: key.NewBinding(key.WithKeys("enter"), key.WithHelp("enter, "new line")),
NewLine: key.NewBinding(key.WithKeys("enter"), key.WithHelp("enter", "new line")),
Editor: key.NewBinding(key.WithKeys("ctrl+e"), key.WithHelp("ctrl+e", "open editor")),
},
Select: SelectKeyMap{
Expand Down

0 comments on commit 75de59b

Please sign in to comment.