X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/890dc13c7c07cd913464383e72696845feac0f7b..b8d99c7fd8712697f4627d7f93f91dc5283d50a6:/README.md?ds=inline 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: