You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
480 B
13 lines
480 B
if &ft=="markdown"
|
|
finish
|
|
endif
|
|
map <C-b> : w % <Bar> ! firefox % & <CR>
|
|
inoremap ;d <div class="" ><Return><++><Return></div><Esc>kkf"a
|
|
inoremap ;a <a href=""><++></a><Esc>2F"a
|
|
inoremap ;p <p><Return></p><Esc>O
|
|
inoremap ;b <strong></strong> <++><Esc>2F>a
|
|
inoremap ;li <li></li><Esc>F>a
|
|
inoremap ;ll <ul><Return></ul><Esc>O
|
|
inoremap ;i <img src="" alt="<++>" width="<++>" height=auto><Esc>5F"i
|
|
inoremap ;s <body><Enter><div class="container"><Enter></div><Enter></body><Esc>kO
|