mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Change keybinding from ControlJ to ControlM for inserting a new line.
# Aider chat conversation:
This commit is contained in:
parent
6244df8352
commit
36af2a51af
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class InputOutput:
|
|||
|
||||
kb = KeyBindings()
|
||||
|
||||
@kb.add(Keys.ControlJ, eager=True)
|
||||
@kb.add(Keys.ControlM, eager=True)
|
||||
def _(event):
|
||||
event.current_buffer.insert_text('\n')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue