mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14: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,
|
"output": self.output,
|
||||||
"lexer": PygmentsLexer(MarkdownLexer),
|
"lexer": PygmentsLexer(MarkdownLexer),
|
||||||
"editing_mode": self.editingmode,
|
"editing_mode": self.editingmode,
|
||||||
"cursor": ModalCursorShapeConfig(),
|
"cursor": ModalCursorShapeConfig(), #ai only include this if vi mode!
|
||||||
}
|
}
|
||||||
if self.input_history_file is not None:
|
if self.input_history_file is not None:
|
||||||
session_kwargs["history"] = FileHistory(self.input_history_file)
|
session_kwargs["history"] = FileHistory(self.input_history_file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue