We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Change awkard working of "on purpose" to "intentionally"
Updated Migrating from Vim (markdown)
Added a link to a gist that is a much more faithful adaptation of vim's expandtab and softtabstop options.
Add how to edit alternate file https://github.com/mawww/kakoune/issues/3607
Made formatting more consistent, added a bit about insert-mode <a-;>
Add tab-handling section
Add a category to explain how to reproduce the default vim behavior about Whichwrap
fix link to hooks
an modifying -> a modifying
`g` flag actually needed by Vim's global replace, because without it only first word in the line will be replaced, if `gdefault` option is not turned on, which is off by default. Kakoune replaces all words in a buffer, like if `gdefault` is turned on.
"on purpose" is probably what is meant by "voluntarily" here?
Fix a comma splice
"Checkout this guide to learn mode" -> "Check out this guide to learn more"
Added a substitute example that uses sub-patterns
Updated IDE link
fix link to community
add paragraphs on lack of VimL like
add quickfix topic
add line flags link
start UI section in migrating from vim
add vim plugins link
add code folding mention
add paragraph on marks