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>master
parent
97dd505647
commit
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,
|
||||
|
|
Loading…
Reference in New Issue