1
1

bindings: allow copying text (with M-6) also when in view mode

This can be useful when wanting to search for the other occurrences
of some (long) string in the buffer: select, M-6, ^W, ^U, <Enter>.

Signed-off-by: Hussam al-Homsi <sawuare@gmail.com>
Этот коммит содержится в:
Hussam al-Homsi 2021-06-01 14:05:16 -04:00 коммит произвёл Benno Schulenberg
родитель 97dd505647
Коммит 092c62ccb8

Просмотреть файл

@ -841,7 +841,7 @@ void shortcut_init(void)
add_to_funcs(do_mark, MMAIN,
N_("Set Mark"), WITHORSANS(mark_gist), TOGETHER, VIEW);
add_to_funcs(copy_text, MMAIN,
N_("Copy"), WITHORSANS(copy_gist), BLANKAFTER, NOVIEW);
N_("Copy"), WITHORSANS(copy_gist), BLANKAFTER, VIEW);
#endif
add_to_funcs(case_sens_void, MWHEREIS|MREPLACE,