Move editor key handling to one place

This commit is contained in:
Joscha 2022-08-06 23:38:47 +02:00
parent f48a4a6416
commit bfbdec4396
6 changed files with 120 additions and 59 deletions

View file

@ -330,9 +330,6 @@ impl EditorState {
}
}
}
// TODO Share key binding code
// TODO Support more of the emacs-y bindings, see bash as example
}
////////////