diff --git a/editingbasics.md b/editingbasics.md index 91f0208..4589abf 100644 --- a/editingbasics.md +++ b/editingbasics.md @@ -18,7 +18,7 @@ Zed also supports vim-style cursor movement. These keyboard combinations have th * `Alt-h`: move cursor to the left * `Alt-j`: move cursor down * `Alt-k`: move cursor up -* `Alt-k`: move cursor to the right +* `Alt-l`: move cursor to the right * `Alt-w`: move cursor one word to the right * `Alt-b`: move cursor one word to the left * `Alt-0`/`Alt-^`: move cursor to the start of the line