Skip to content

Handle markdown headings {h1-h6) easily in Vim/Neovim.

License

Notifications You must be signed in to change notification settings

gerardbm/vim-md-headings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Markdown headings in Vim

This plugin introduces an elegant way to handle markdown headings {h1-h6} from the Normal mode on the current line.

Default mappings (only in markdown files):

nnoremap <silent> = :call <SID>HeadingIncrease()<CR>
nnoremap <silent> _ :call <SID>HeadingDecrease()<CR>

Default maps are disabled with the following option:

let g:vim_heading_maps = 0

About

Handle markdown headings {h1-h6) easily in Vim/Neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published