Open lewisthompson opened 6 years ago
Great plugin! In empty list items it would be great if <BS> could be mapped to unindent in much the same way as <S-Tab> does. Perhaps something like:
<BS>
<S-Tab>
inoremap <silent> <buffer> <script> <expr> <BS> \ <SID>IsAnEmptyListItem() \|\| <SID>IsAnEmptyQuote() ? '<C-O>:call <SID>Indent(0)<CR>' : '<BS>'
Great plugin! In empty list items it would be great if
<BS>
could be mapped to unindent in much the same way as<S-Tab>
does. Perhaps something like: