EditorConfig
Andrew Vos edited this page Sep 14, 2020
·
7 revisions
Wiki Home Page
Onboarding
Keys
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV
Editing
User Interface
Integration with OS and other tools
- Languages
- IDE
- Bar
- Kak daemon helper : 1 session per project
- Registers & Clipboard
- macOS tips
- Windows tips
- Fuzzy finders
- JSON-RPC UI
- bc
- Qalculate!
- wc
- Shell Scripting
- Manipulating dates with Chronic
- Integrating Other CLI apps
Plugins
Clone this wiki locally
For editorconfig support, you will need to install the CLI tool.
On debian/ubuntu:
apt install editorconfig
You can put the following line in your kakrc:
hook global WinCreate ^[^*]+$ %{editorconfig-load}
That will set options from editor config for every real file you open in Kakoune. Non-file buffers such as *debug*
are ignored.