mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-22 13:18:45 +08:00
Activates plugin with <C-j> key combination.
This commit is contained in:
parent
1b3a1efb07
commit
9aaba9b668
@ -551,6 +551,7 @@ function! AutoPairsTryInit()
|
||||
end
|
||||
" Always silent mapping
|
||||
execute 'inoremap <script> <buffer> <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
|
||||
execute 'inoremap <script> <buffer> <silent> <c-j> '.old_cr.'<SID>AutoPairsReturn'
|
||||
end
|
||||
endif
|
||||
call AutoPairsInit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user