How I use Kate editor
The author shares a 20-year experience with Kate Text Editor, praising its minimal configuration, powerful features, session management, plugin support, and customization options, while highlighting its supportive community.
Read original articleThe article discusses the author's experience and workflow with the Kate Text Editor, which has been in use for around 20 years. The author appreciates Kate for its out-of-the-box features, which require minimal configuration compared to other editors like VSCode. Key aspects of the author's setup include various plugins such as Build & Run, Git Blame, and LSP Client, which enhance functionality. The author emphasizes the importance of sessions for organizing projects and the ability to customize shortcuts and settings. The integration of a terminal, debugging tools, and Git support are highlighted as significant advantages. The author also mentions the flexibility of creating and modifying color schemes and snippets, which streamline coding tasks. Overall, the author advocates for Kate due to its simplicity, powerful features, and supportive community, encouraging others to try it out.
- Kate Text Editor has been around for about 20 years and offers a robust set of features.
- The author prefers Kate for its minimal need for extensions and easy configuration.
- Key features include session management, plugin support, integrated terminal, and Git functionality.
- Customization options for shortcuts, color schemes, and snippets enhance the user experience.
- The supportive community and maintainers contribute to the author's positive experience with Kate.
Related
Show HN: Ki Editor - the multicursor syntactical editor
Ki Editor is a modal text editor for multi-cursor structural editing, featuring syntax-based selections, customizable themes, and an active community offering resources and practical editing recipes for users.
Why Emacs Is the Best: 10 Key Advantages
Emacs is a highly customizable text editor with features like a completion framework, buffer management, and integration with tools for version control, task management, and email handling, enhancing productivity.
My Thoughts on Kotlin: Perspectives after 4 years
The author shares a four-year experience with Kotlin for backend development, highlighting its productivity, null safety, and integration with Java, while noting drawbacks like slow compile times and Java dependency.
I still like Sublime Text in 2025
Sublime Text remains popular in 2025 for its speed, efficiency, and continuous updates, including LSP support, robust snippet functionality, and effective project management, keeping it relevant for developers.
The Efficiency of Vim
The article details the author's experience with Vim, a modal text editor that improves efficiency through keyboard-centric workflows, despite its steep learning curve, influencing modern text editing practices.
- Many users appreciate Kate's features and potential as a lightweight alternative to VSCode, especially for quick edits and session management.
- Some users express concerns about UI clutter and complexity, feeling that Kate may not effectively balance simplicity and functionality.
- Several commenters miss specific features from other editors, such as Notepad++ and Vim, indicating that Kate may lack certain functionalities.
- There is a discussion about the community and support for Kate, with some users highlighting its active development and plugin ecosystem.
- Users are contemplating switching to Kate from other editors due to dissatisfaction with the bloat and complexity of VSCode.
(Actually, a lot of KDE programs do, I was elated to find out I could use Dolphin as file manager when I was limited by Finder)
I think Kate strikes this really nice middleground. It starts up immediately as just a text editor, but you can push it as far as you want to
The article is right about vscode turning into proprietary mush. I use vscodium and have run into issues with plugins that require cpptools, while cpptools complains whenever you, or an extension you're using, accesses it in an editor other than vscode.
I've tried switching to Kate a few times since I prefer open source tools, but it feels like a major step down UX-wise. My primary workstations have been Linux with KDE Plasma for many years, but I am not a huge fan of the KDE aesthetics (which seems to aim for maximizing clutter).
I'm generally not a picky person, but my text editor is by far my most-used tool, so it's an exception.
the feature is the option to bookmark all matching lines in the find dialog, then from the bookmarks submenu you can delete bookmarked lines or delete unbookmarked lines.
super useful, yet couldn't find it in any other editor.
The easy strictly equivalent solution is to just one extension. Or does Kate have a single included plugin that covers everything those two extensions cover?
I see it has a proper multicursor support, so that's nice. There are a few plugins in vscod(e/ium) I regularly use and would miss a lot - like converting between camel/kebab/snake/sentence case, generating sequence numbers/digits, and especially calculations. I'd be surprised if these minor things are supported... Still, long time ago it was already a very capable IDE, so I'm curious where it is now. I'll give it a spin...
Related
Show HN: Ki Editor - the multicursor syntactical editor
Ki Editor is a modal text editor for multi-cursor structural editing, featuring syntax-based selections, customizable themes, and an active community offering resources and practical editing recipes for users.
Why Emacs Is the Best: 10 Key Advantages
Emacs is a highly customizable text editor with features like a completion framework, buffer management, and integration with tools for version control, task management, and email handling, enhancing productivity.
My Thoughts on Kotlin: Perspectives after 4 years
The author shares a four-year experience with Kotlin for backend development, highlighting its productivity, null safety, and integration with Java, while noting drawbacks like slow compile times and Java dependency.
I still like Sublime Text in 2025
Sublime Text remains popular in 2025 for its speed, efficiency, and continuous updates, including LSP support, robust snippet functionality, and effective project management, keeping it relevant for developers.
The Efficiency of Vim
The article details the author's experience with Vim, a modal text editor that improves efficiency through keyboard-centric workflows, despite its steep learning curve, influencing modern text editing practices.