From ec0926c3126f04be8c878f1c28679511bd3bfac3 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 23 Oct 2018 19:09:01 +0200 Subject: [PATCH] Change next_key title for , , and --- src/normal.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/normal.cc b/src/normal.cc index 7a1533ee..9300bda5 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1469,10 +1469,10 @@ template void select_to_next_char(Context& context, NormalParams params) { auto get_title = [] { - return format("{}{} {} next char", - flags & SelectFlags::Reverse ? "reverse " : "", + return format("{} {} {} char", flags & SelectFlags::Extend ? "extend" : "select", - flags & SelectFlags::Inclusive ? "onto" : "to"); + flags & SelectFlags::Inclusive ? "onto" : "to", + flags & SelectFlags::Reverse ? "previous" : "next"); }; on_next_key_with_autoinfo(context, KeymapMode::None,