\<Right\> doesn\'t work under terminal. #25

This commit is contained in:
Israel Chauca Fuentes
2010-07-15 04:10:38 -05:00
parent e9491e473c
commit 3519f82f79

View File

@@ -692,7 +692,7 @@ function! delimitMate#ExtraMappings() "{{{
" the escape sequence for terminal keys, see 'ttimeout' for a rough
" explanation, this just forces it to work
if !has('gui_running')
inoremap <silent> <C-[>OC <RIGHT>
imap <silent> <C-[>OC <RIGHT>
endif
endfunction "}}}