We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#
>>
Normally I'm using >> to indent links, and it not work for comments in shell code block. i.e.:
sample scenario: ```bash |# sample code ^ | cursor here, and type `>>` ...
I was tried to modified the indent/markdown.vim as below, but still no lucky :
62 elseif s:IsHeaderLine(cline) && !s:IsMkdCode(v:lnum) 63 return ind
so I have to ctrl + v for code block move, it's really inconvenient.
details:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Normally I'm using
>>
to indent links, and it not work for comments in shell code block. i.e.:I was tried to modified the indent/markdown.vim as below, but still no lucky :
so I have to ctrl + v for code block move, it's really inconvenient.
details:
The text was updated successfully, but these errors were encountered: