X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/da4f9691597928065d849fe9c0863ed3a756b52d..861e84fc0bc97be8387e92ac2fc180599dc2b5a3:/README.md diff --git a/README.md b/README.md index ca7eef2..67d473c 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,14 @@ If you follow a link like this `[link text](link-url)` using the `ge` shortcut, let g:vim_markdown_autowrite = 1 ``` +### Change default file extension + +If you would like to use a file extension other than `.md` you may do so using the `vim_markdown_auto_extension_ext` variable: + +```vim +let g:vim_markdown_auto_extension_ext = 'txt' +``` + ## Mappings The following work on normal and visual modes: