Searched refs:K_INS (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | term.c | 362 {K_INS, "\233\064\060~"}, // 101 key keyboard 545 {K_INS, "\316R"}, 660 {K_INS, "\316R"}, 763 {K_INS, IF_EB("\033[2~", ESC_STR "[2~")}, 950 {K_INS, IF_EB("\033[2;*~", ESC_STR "[2;*~")}, 1125 {K_INS, "\033[139q"}, 1276 {K_INS, "[INS]"},
|
| H A D | keymap.h | 382 #define K_INS TERMCAP2KEY('k', 'I') macro
|
| H A D | misc2.c | 973 {K_INS, (char_u *)"Insert"}, 974 {K_INS, (char_u *)"Ins"}, // Alternative name
|
| H A D | edit.c | 873 case K_INS: // toggle insert/replace mode in edit() 3830 AppendCharToRedobuff(K_INS); in ins_insert()
|
| H A D | normal.c | 329 {K_INS, nv_edit, 0, 0}, 7066 if (cap->cmdchar == K_INS || cap->cmdchar == K_KINS) in nv_edit()
|
| H A D | ex_getln.c | 1985 case K_INS: in getcmdline_int()
|
| H A D | terminal.c | 1426 case K_INS: key = VTERM_KEY_INS; break; in term_convert_key()
|