Skip to content

Commit

Permalink
Update config for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Gunyho committed Nov 21, 2022
1 parent f35f2bf commit 8164da3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ftplugin/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ nnoremap <silent> <buffer> k :<C-U>call Gjk(v:count, "k")<CR>
nnoremap <silent> <buffer> j :<C-U>call Gjk(v:count, "j")<CR>
"let g:instant_markdown_python = 1

" allow jumping to other 'md' files with 'gf'
set suffixesadd+=.md

" Ctrl+e for italics
"vnoremap <buffer> <C-e> s__<Esc>Pgvlolo

0 comments on commit 8164da3

Please sign in to comment.