diff options
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<Key, NormalCmd, MemoryDomain::Undefined, KeymapBackend> { {'_'}, {"trim selections", trim_selections} }, - { {'C'}, {"copy selection on next lines", copy_selections_on_next_lines<Forward>} }, - { {alt('C')}, {"copy selection on previous lines", copy_selections_on_next_lines<Backward>} }, + { {'C'}, {"duplicate selections on the lines that follow them.", copy_selections_on_next_lines<Forward>} }, + { {alt('C')}, {"duplicate selections on the lines that precede them.", copy_selections_on_next_lines<Backward>} }, { {Key::Space}, {"user mappings", exec_user_mappings} }, |
