From 570542f14843a58ccf0c41b6eaa2e714ab2320fa Mon Sep 17 00:00:00 2001 From: 2B Proje Evi Date: Thu, 16 Apr 2015 09:31:55 +0300 Subject: [PATCH] Type on line21 Alt+k was used twice -both for up and right. Changed line 21 to Alt-l --- editingbasics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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