- Notifications
You must be signed in to change notification settings - Fork750
tse-gratis edited this pageMay 25, 2021 ·2 revisions
Make sure clang.kak is in your autoload folder, set the clang_options to the command line options your code needs, and add the following hook to your kakrc:
hookglobalWinSetOptionfiletype=(c|cc|cpp|h) %{ clang-enable-autocomplete; clang-enable-diagnostics}
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV