A Kakoune plugin for working with print statements because I still debug like a scrub.
To install with plug.kak, add the following to your kakrc, then run the :plug-install command:
plug 'cameron-yee/kak-prints' config %{
# Suggested user mode mapping
map global user p ':enter-user-mode<space>prints<ret>' -docstring 'print statement mode'
}
key | action |
---|---|
c | toggle line comments for print statement lines |
d | delete print statement lines |