Skip to content

Commit

Permalink
docs: remove some api
Browse files Browse the repository at this point in the history
  • Loading branch information
pogyomo authored Jun 13, 2024
1 parent f1e31f6 commit 8f8053e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ The following user events will be triggered.
- `mode_name?: string | fun(): string` Change the value `mode()` returns.
- `enter?: string | string[]` Keys to enter to this submode.
- `leave?: string | string[]` Keys to leave from this submode.
- `enter_cb?: function` Callback to be called when enter to submode.
- `leave_cb?: function` Callback to be called when leave from submode.
- `leave_when_mode_changed?: boolean` Whether leave from current submode or not when parent mode is changed i.e. changed normal mode to visual mode. Default is false.
- `override_behavior?: string` Behavior when the submode already exist. Accept following strings.
- `"error"` Throw error. This is default.
Expand Down

0 comments on commit 8f8053e

Please sign in to comment.