We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4e244 commit ae1d635Copy full SHA for ae1d635
src/prompt_toolkit/cursor_shapes.py
@@ -78,7 +78,7 @@ def get_cursor_shape(self, application: Application[Any]) -> CursorShape:
78
InputMode.INSERT_MULTIPLE,
79
}:
80
return CursorShape.BEAM
81
- if application.vi_state.input_mode == {
+ if application.vi_state.input_mode in {
82
InputMode.REPLACE,
83
InputMode.REPLACE_SINGLE,
84
0 commit comments