Home
last modified time | relevance | path

Searched refs:K_HELP (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h377 #define K_HELP TERMCAP2KEY('%', '1') macro
H A Dterm.c361 {K_HELP, "\233?~"},
948 {K_HELP, IF_EB("\033[28;*~", ESC_STR "[28;*~")},
1273 {K_HELP, "[HELP]"},
H A Dedit.c881 case K_HELP: // Help key works like <ESC> <Help> in edit()
884 stuffcharReadbuff(K_HELP); in edit()
H A Dmisc2.c971 {K_HELP, (char_u *)"Help"},
H A Dnormal.c357 {K_HELP, nv_help, NV_NCW, 0},
H A Dterminal.c1499 case K_HELP: return 0; in term_convert_key()