From 69f4d1261b0dd5351eeaa5ac7438012159dd4b07 Mon Sep 17 00:00:00 2001 From: Jakub Wasilewski Date: Thu, 6 Oct 2022 14:28:37 +0200 Subject: Correct and unify descriptions of normal mode C key behavior Fixes #4747 --- src/normal.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/normal.cc') diff --git a/src/normal.cc b/src/normal.cc index 0f5c1c2f..12843565 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -2364,8 +2364,8 @@ static constexpr HashMap { {'_'}, {"trim selections", trim_selections} }, - { {'C'}, {"copy selection on next lines", copy_selections_on_next_lines} }, - { {alt('C')}, {"copy selection on previous lines", copy_selections_on_next_lines} }, + { {'C'}, {"duplicate selections on the lines that follow them.", copy_selections_on_next_lines} }, + { {alt('C')}, {"duplicate selections on the lines that precede them.", copy_selections_on_next_lines} }, { {Key::Space}, {"user mappings", exec_user_mappings} }, -- cgit v1.2.3