Skip to content

Commit

Permalink
Merge pull request #45 from SidOfc/patch/insert-kbd-double-escape
Browse files Browse the repository at this point in the history
Inserting kbd tag using <+<tab> no longer requires double <esc> to le…
  • Loading branch information
SidOfc authored May 13, 2018
2 parents a24ebde + a3b222d commit 89f87db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/markdown/mkdx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ noremap <silent> <Plug>(mkdx-shift-o) :<C-U>call mkdx#ShiftOH
noremap <silent> <Plug>(mkdx-o) :<C-U>call mkdx#OHandler()<Cr>
inoremap <silent> <Plug>(mkdx-enter) <C-R>=mkdx#EnterHandler()<Cr>
inoremap <silent> <Plug>(mkdx-shift-enter) <C-R>=mkdx#ShiftEnterHandler()<Cr>
inoremap <silent> <Plug>(mkdx-insert-kbd) <kbd></kbd>2hcit
inoremap <silent> <Plug>(mkdx-insert-kbd) <kbd></kbd>F<
inoremap <silent> <Plug>(mkdx-fence-tilde) <C-R>=mkdx#InsertFencedCodeBlock('~')<Cr>kA
inoremap <silent> <Plug>(mkdx-fence-backtick) <C-R>=mkdx#InsertFencedCodeBlock('`')<Cr>kA
inoremap <silent> <Plug>(mkdx-ctrl-n-compl) <C-R>=mkdx#InsertCtrlNHandler()<Cr>
Expand Down

0 comments on commit 89f87db

Please sign in to comment.