Change attentionflag shortcut to alt+v
alt+f is the default readline shortcut for forward one word. Regards https://github.com/profanity-im/profanity/issues/1580
This commit is contained in:
@@ -482,7 +482,7 @@ _inp_rl_startup_hook(void)
|
||||
rl_bind_keyseq("\\e\\e[C", _inp_rl_win_next_handler);
|
||||
|
||||
rl_bind_keyseq("\\ea", _inp_rl_win_next_unread_handler);
|
||||
rl_bind_keyseq("\\ef", _inp_rl_win_attention_handler);
|
||||
rl_bind_keyseq("\\ev", _inp_rl_win_attention_handler);
|
||||
rl_bind_keyseq("\\em", _inp_rl_win_attention_next_handler);
|
||||
|
||||
rl_bind_keyseq("\\e\\e[5~", _inp_rl_subwin_pageup_handler);
|
||||
|
||||
Reference in New Issue
Block a user