mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: add comment about vi mode cursor config
This commit is contained in:
parent
a57a06e8c7
commit
5188872791
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue