1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2015-09-29 21:14:31 +01:00
commit 1c023c21db

View File

@ -395,6 +395,9 @@ _inp_rl_startup_hook(void)
rl_bind_key('\t', _inp_rl_tab_handler);
rl_bind_key(CTRL('L'), _inp_rl_clear_handler);
// unbind unwanted mappings
rl_bind_keyseq("\\e=", NULL);
return 0;
}