style: add comment about vi mode cursor config

This commit is contained in:
Paul Gauthier 2024-10-29 13:50:38 -07:00 committed by Paul Gauthier (aider)
parent a57a06e8c7
commit 5188872791

View file

@ -242,7 +242,7 @@ class InputOutput:
"output": self.output,
"lexer": PygmentsLexer(MarkdownLexer),
"editing_mode": self.editingmode,
"cursor": ModalCursorShapeConfig(),
"cursor": ModalCursorShapeConfig(), #ai only include this if vi mode!
}
if self.input_history_file is not None:
session_kwargs["history"] = FileHistory(self.input_history_file)