Searched refs:K_KHOME (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | keymap.h | 387 #define K_KHOME TERMCAP2KEY('K', '1') // keypad home (upper left) macro
|
| H A D | edit.c | 1085 case K_KHOME: in edit() 3767 case K_KHOME: in ins_start_select()
|
| H A D | term.c | 954 {K_KHOME, IF_EB("\033[1;*~", ESC_STR "[1;*~")}, 1283 {K_KHOME, "[KHOME]"},
|
| H A D | misc2.c | 977 {K_KHOME, (char_u *)"kHome"},
|
| H A D | normal.c | 351 {K_KHOME, nv_home, NV_SSS|NV_STS, 0}, 6062 case K_KHOME: in nv_g_cmd()
|
| H A D | ex_getln.c | 2206 case K_KHOME: in getcmdline_int()
|
| H A D | terminal.c | 1441 case K_KHOME: key = VTERM_KEY_KP_7; break; // TODO in term_convert_key()
|