diff --git a/plugin/terminal_help.vim b/plugin/terminal_help.vim index 1b637d3..af1080f 100644 --- a/plugin/terminal_help.vim +++ b/plugin/terminal_help.vim @@ -434,6 +434,12 @@ if has('nvim') == 0 && has('gui_running') == 0 call s:key_escape('', 'OQ') call s:key_escape('', 'OR') call s:key_escape('', 'OS') + if has('unix') + call s:key_escape('', 'OA') + call s:key_escape('', 'OB') + call s:key_escape('', 'OC') + call s:key_escape('', 'OD') + endif endif