mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
/BIND comment updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1069 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b4f4a1a9dd
commit
64dcb756b6
@ -317,7 +317,7 @@ static void cmd_show_keys(const char *searchkey, int full)
|
||||
}
|
||||
}
|
||||
|
||||
/* SYNTAX: BIND [<key> [<command> [<data>]]] */
|
||||
/* SYNTAX: BIND [-delete] [<key> [<command> [<data>]]] */
|
||||
static void cmd_bind(const char *data)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
|
@ -595,7 +595,7 @@ void gui_readline_init(void)
|
||||
key_bind("erase_to_beg_of_line", "", NULL, NULL, (SIGNAL_FUNC) key_erase_to_beg_of_line);
|
||||
key_bind("erase_to_end_of_line", "", "Ctrl-K", NULL, (SIGNAL_FUNC) key_erase_to_end_of_line);
|
||||
key_bind("yank_from_cutbuffer", "", "Ctrl-Y", NULL, (SIGNAL_FUNC) key_yank_from_cutbuffer);
|
||||
key_bind("transpose_characters", "", "Ctrl-T", NULL, (SIGNAL_FUNC) key_transpose_characters);
|
||||
key_bind("transpose_characters", "Swap current and previous character", "Ctrl-T", NULL, (SIGNAL_FUNC) key_transpose_characters);
|
||||
|
||||
key_bind("word_completion", "", "Tab", NULL, (SIGNAL_FUNC) key_word_completion);
|
||||
key_bind("check_replaces", "Check word replaces", " ", NULL, (SIGNAL_FUNC) key_check_replaces);
|
||||
|
Loading…
Reference in New Issue
Block a user