Home
last modified time | relevance | path

Searched refs:K_KHOME (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h387 #define K_KHOME TERMCAP2KEY('K', '1') // keypad home (upper left) macro
H A Dedit.c1085 case K_KHOME: in edit()
3767 case K_KHOME: in ins_start_select()
H A Dterm.c954 {K_KHOME, IF_EB("\033[1;*~", ESC_STR "[1;*~")},
1283 {K_KHOME, "[KHOME]"},
H A Dmisc2.c977 {K_KHOME, (char_u *)"kHome"},
H A Dnormal.c351 {K_KHOME, nv_home, NV_SSS|NV_STS, 0},
6062 case K_KHOME: in nv_g_cmd()
H A Dex_getln.c2206 case K_KHOME: in getcmdline_int()
H A Dterminal.c1441 case K_KHOME: key = VTERM_KEY_KP_7; break; // TODO in term_convert_key()