Re: [vim ] 有自動完成html close tag的vim plugin嗎
看板Editor (編輯器(vim/emacs))作者curist (SERIOUSLY!!!???)時間11年前 (2013/02/04 21:08)推噓1(1推 0噓 0→)留言1則, 1人參與討論串2/2 (看更多)
iabbr
:iabbrev </ </<C-X><C-O>
imap
:imap <C-Space> <C-X><C-O>
自動關tag plugin
xmledit: http://www.vim.org/scripts/script.php?script_id=301
AutoCloseTag: http://www.vim.org/scripts/script.php?script_id=2591
手動關tag plugin
closetag.vim: http://www.vim.org/scripts/script.php?script_id=13
ragtag.vim: http://www.vim.org/scripts/script.php?script_id=1896
個人這幾個plugin都用過,但不太習慣...
現在是用從sublime text偷來的
autocmd FileType html inoremap
<expr> / (getline('.')[col('.')-2]=="<")?"/\<Lt>C-X>\<Lt>C-O>":"/"
效果同第一個iabbr </ </<C-X><C-O>,但不會在輸入<時卡在那邊
參考:http://vim.wikia.com/wiki/Auto_closing_an_HTML_tag
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.160.19.147
推
02/05 10:24, , 1F
02/05 10:24, 1F
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
Editor 近期熱門文章
PTT數位生活區 即時熱門文章