from Hacker News

The Philosophy of Kakoune Editor

by philonoist on 12/24/23, 8:10 AM with 3 comments

  • by slmjkdbtl on 12/24/23, 4:24 PM

    How does the plugin system work in kak? I see the author has a plugin built as a CLI app binary, how does that interface with kak?

    Also curious what's the capability of kak's plugin system. With vim you can almost do anything with vimscript, even create any UI by creating new buffers + setline(). What does kak provide for customization / scripting?

  • by eviks on 12/25/23, 6:04 AM

    Can you compose grep to only search within specific scopes like "don't search in comments"?