From acafe5f0b9d503b36bd49e36ec7f4ceba5765e6b Mon Sep 17 00:00:00 2001 From: Delapouite Date: Thu, 6 Oct 2016 16:13:40 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20horzontally=20=E2=86=92=20horizont?= =?UTF-8?q?ally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/normal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/normal.cc b/src/normal.cc index 15dd89de..e9c37f14 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -273,7 +273,7 @@ void view_commands(Context& context, NormalParams params) } }, "view", "v,c: center cursor (vertically)\n" - "m: center cursor (horzontally)\n" + "m: center cursor (horizontally)\n" "t: cursor on top \n" "b: cursor on bottom\n" "h: scroll left \n"