diff options
author | mattn <mattn.jp@gmail.com> | 2014-06-13 17:06:44 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-06-13 17:06:44 +0900 |
commit | 2ee232f1bda46b7c566f621d943edf952641c65b (patch) | |
tree | 4b6b587c7ed741f1fb16db09f6b2a97613a3bbff /plugin | |
parent | e4bd26984cdbf04428da71e1303ead7bf2b279b7 (diff) | |
download | vim-sonictemplate-2ee232f1bda46b7c566f621d943edf952641c65b.tar.gz vim-sonictemplate-2ee232f1bda46b7c566f621d943edf952641c65b.tar.bz2 vim-sonictemplate-2ee232f1bda46b7c566f621d943edf952641c65b.zip |
<c-y><c-t>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/sonictemplate.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/sonictemplate.vim b/plugin/sonictemplate.vim index 8848b16..717bde2 100644 --- a/plugin/sonictemplate.vim +++ b/plugin/sonictemplate.vim @@ -27,6 +27,8 @@ if get(g:, 'sonictemplate_key', '') == '' inoremap <plug>(sonictemplate) <c-r>=sonictemplate#select('i')<cr> nmap <unique> <c-y>t <plug>(sonictemplate) imap <unique> <c-y>t <plug>(sonictemplate) + nmap <unique> <c-y><c-t> <plug>(sonictemplate) + imap <unique> <c-y><c-t> <plug>(sonictemplate) else exe "nnoremap" g:sonictemplate_key ":call sonictemplate#select('n')<cr>" exe "inoremap" g:sonictemplate_key "<c-r>=sonictemplate#select('i')<cr>" |