Skip to content

History / Migrating from Vim

Revisions

  • Change awkard working of "on purpose" to "intentionally"

    @ihalseide ihalseide committed Jul 19, 2023
  • Updated Migrating from Vim (markdown)

    @d2weber d2weber committed Oct 1, 2022
  • Updated Migrating from Vim (markdown)

    @jpe90 jpe90 committed Aug 17, 2022
  • Updated Migrating from Vim (markdown)

    @dyercode dyercode committed Apr 30, 2022
  • Added a link to a gist that is a much more faithful adaptation of vim's expandtab and softtabstop options.

    @dojoteef dojoteef committed Apr 5, 2022
  • Updated Migrating from Vim (markdown)

    @NNBnh NNBnh committed Aug 26, 2021
  • Add how to edit alternate file https://github.com/mawww/kakoune/issues/3607

    @pickfire pickfire committed Jul 21, 2020
  • Made formatting more consistent, added a bit about insert-mode <a-;>

    @Screwtapello Screwtapello committed May 23, 2020
  • Updated Migrating from Vim (markdown)

    @sucrecacao sucrecacao committed Apr 25, 2020
  • Updated Migrating from Vim (markdown)

    @sucrecacao sucrecacao committed Apr 25, 2020
  • Add tab-handling section

    @endersstocker endersstocker committed Sep 23, 2019
  • Add a category to explain how to reproduce the default vim behavior about Whichwrap

    @irevoire irevoire committed Aug 15, 2019
  • fix link to hooks

    @Delapouite Delapouite committed Oct 25, 2018
  • an modifying -> a modifying

    @BrunoChevalier BrunoChevalier committed Sep 5, 2018
  • `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.

    @andreyorst andreyorst committed Aug 15, 2018
  • Updated Migrating from Vim (markdown)

    dindy committed Jul 29, 2018
  • "on purpose" is probably what is meant by "voluntarily" here?

    @capisce capisce committed May 11, 2018
  • Fix a comma splice

    @rivertam rivertam committed Mar 31, 2018
  • "Checkout this guide to learn mode" -> "Check out this guide to learn more"

    @mcs0042 mcs0042 committed Mar 28, 2018
  • Updated Migrating from Vim (markdown)

    @gspia gspia committed Mar 24, 2018
  • Added a substitute example that uses sub-patterns

    @gspia gspia committed Mar 24, 2018
  • Updated IDE link

    @robertmeta robertmeta committed Feb 5, 2018
  • fix link to community

    @Delapouite Delapouite committed Jul 11, 2017
  • add paragraphs on lack of VimL like

    @Delapouite Delapouite committed Jun 16, 2017
  • add quickfix topic

    @Delapouite Delapouite committed May 26, 2017
  • add line flags link

    @Delapouite Delapouite committed Feb 9, 2017
  • start UI section in migrating from vim

    @Delapouite Delapouite committed Feb 6, 2017
  • add vim plugins link

    @Delapouite Delapouite committed Jan 29, 2017
  • add code folding mention

    @Delapouite Delapouite committed Jan 20, 2017
  • add paragraph on marks

    @Delapouite Delapouite committed Jan 16, 2017