Skip to content

Commit

Permalink
Remove urgent form keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
strang1ato committed Jun 2, 2020
1 parent 1fca470 commit a8482dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/block/keybindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ func Keybindings() error {
if err := keybindings_utils.SetViewsKeybinding(formFields, gocui.KeyEsc, gocui.ModNone, formNormalModeOrDeleteForm); err != nil {
return err
}
if err := keybindings_utils.SetViewsRuneKeybindings(formFields, []rune{'q', 'Q'}, gocui.ModNone, formNormalModeOrDeleteForm); err != nil {
return err
}
if err := keybindings_utils.SetViewsRuneKeybindings(formFields, []rune{'i', 'I'}, gocui.ModNone, formInsertMode); err != nil {
return err
}
Expand Down
Binary file removed tibivi
Binary file not shown.

0 comments on commit a8482dd

Please sign in to comment.