mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-16 01:17:07 +08:00
\<Right\> doesn\'t work under terminal. #25
This commit is contained in:
@@ -692,7 +692,7 @@ function! delimitMate#ExtraMappings() "{{{
|
|||||||
" the escape sequence for terminal keys, see 'ttimeout' for a rough
|
" the escape sequence for terminal keys, see 'ttimeout' for a rough
|
||||||
" explanation, this just forces it to work
|
" explanation, this just forces it to work
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
inoremap <silent> <C-[>OC <RIGHT>
|
imap <silent> <C-[>OC <RIGHT>
|
||||||
endif
|
endif
|
||||||
endfunction "}}}
|
endfunction "}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user