We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Indentation and Tabulation (markdown)
Fix `vimtab.kak` link
Mention vimtab.kak which has a more faithful implementation of vim's expandtab and softtabstop options
I expect that indenting empty lines is a more intuitive default. If pressing tab on an empty line does nothing, it feels broken
Use `unmap` to remove mappings, don't add a redundant identity mapping.
Tabs for completion should reset the key bindings
Fix typo
expandtab uses indentwidth, not tabstop. See https://github.com/andreyorst/smarttab.kak/commit/8399648633fe1253
Add basic indentation settings explanation (written by @Screwtapello, Issue #2122)
add link to EditorConfig page
add link to lineindent.kak
add link to autoedit
replace my code with plugin, so it could track updates.
remove override that I've used for testing
bring back global instead of window.
update commands to use only hooks and for only current window
added smarttab expandtab and noexpandtab commands
Make tab insert "indentwidth" spaces, not just 8.
...as well as the matching explanation
Remove superfluous -itersel