Some more small kak setups

- Add kakoune-focus
- Fix some kakrc comments
This commit is contained in:
Natsu Kagami 2022-07-07 15:17:14 -04:00 committed by Natsu Kagami
parent d0e5f73def
commit 63283d0a51
3 changed files with 23 additions and 7 deletions

View file

@ -9,7 +9,7 @@ map -docstring "Toggle the checkboxes on the same line" global markdown-menu t "
define-command -hidden markdown-toggle-checkbox %{
try %{
execute-keys -draft "<a-x>s^\s*- \[( |x)\]<ret>h: markdown-toggle-checkbox-selections<ret>"
execute-keys -draft "xs^\s*- \[( |x)\]<ret>h: markdown-toggle-checkbox-selections<ret>"
}
}