summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2016-10-06 16:13:40 +0200
committerDelapouite <delapouite@gmail.com>2016-10-06 16:13:40 +0200
commitacafe5f0b9d503b36bd49e36ec7f4ceba5765e6b (patch)
treee702e580bc6f1c6ea612b5a68e9519fa4e80252f /src
parent35a6d4916e25279a2e95baacc5445ebd5905dffe (diff)
Fix typo horzontally → horizontally
Diffstat (limited to 'src')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
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"