Skip to content

History / Indentation and Tabulation

Revisions

  • Fix `vimtab.kak` link

    @devkarthin devkarthin committed Apr 6, 2022
  • Mention vimtab.kak which has a more faithful implementation of vim's expandtab and softtabstop options

    @dojoteef dojoteef committed Apr 5, 2022
  • I expect that indenting empty lines is a more intuitive default. If pressing tab on an empty line does nothing, it feels broken

    @hugomg hugomg committed Aug 28, 2021
  • Use `unmap` to remove mappings, don't add a redundant identity mapping.

    @Screwtapello Screwtapello committed Jun 17, 2021
  • Tabs for completion should reset the key bindings

    @sgraf812 sgraf812 committed Dec 27, 2020
  • Fix typo

    @SeerLite SeerLite committed Oct 4, 2020
  • expandtab uses indentwidth, not tabstop. See https://github.com/andreyorst/smarttab.kak/commit/8399648633fe1253

    @Ordoviz Ordoviz committed Sep 14, 2020
  • Add basic indentation settings explanation (written by @Screwtapello, Issue #2122)

    @kpa28-git kpa28-git committed Jul 28, 2020
  • add link to EditorConfig page

    @Delapouite Delapouite committed Jun 4, 2020
  • add link to lineindent.kak

    @Delapouite Delapouite committed Oct 18, 2019
  • add link to autoedit

    @Delapouite Delapouite committed Sep 24, 2019
  • replace my code with plugin, so it could track updates.

    @andreyorst andreyorst committed Nov 19, 2018
  • remove override that I've used for testing

    @andreyorst andreyorst committed Nov 18, 2018
  • bring back global instead of window.

    @andreyorst andreyorst committed Nov 18, 2018
  • update commands to use only hooks and for only current window

    @andreyorst andreyorst committed Nov 18, 2018
  • added smarttab expandtab and noexpandtab commands

    @andreyorst andreyorst committed Nov 18, 2018
  • Make tab insert "indentwidth" spaces, not just 8.

    @Screwtapello Screwtapello committed Aug 11, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @alexherbo2 alexherbo2 committed Aug 10, 2018
  • Updated Indentation and Tabulation (markdown)

    @adrusi adrusi committed Jun 1, 2018
  • Updated Indentation and Tabulation (markdown)

    @adrusi adrusi committed Jun 1, 2018
  • Updated Indentation and Tabulation (markdown)

    @adrusi adrusi committed Jun 1, 2018
  • ...as well as the matching explanation

    @occivink occivink committed May 17, 2018
  • Remove superfluous -itersel

    @occivink occivink committed May 17, 2018
  • Updated Indentation and Tabulation (markdown)

    @Screwtapello Screwtapello committed May 16, 2018
  • backtab is gone with shifted keys support

    @casimir casimir committed Apr 13, 2018