Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Ilaï Deutel <[email protected]>
  • Loading branch information
ilai-deutel authored Nov 26, 2024
1 parent 382b422 commit 7456225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ impl Editor {
let mut prompt_mode = None;

match key {
// TODO: CtrlArrow should move to next word
Key::Arrow(arrow) => self.move_cursor(arrow, false),
Key::CtrlArrow(arrow) => self.move_cursor(arrow, true),
Key::PageUp => {
Expand Down

0 comments on commit 7456225

Please sign in to comment.