WHEN DID KATE GET SO GOOD!?
git integration, minimap, symbols, plugins, LSP!?!?

It's like a vscode had a baby with sublimetext - it's SO responsive, no electron here!
KDE/Plasma contributors, bravo! 🎉

@0atman do you know if there are vim bindings?
@marie of course! Everything has vim bindings! Lol
@0atman i've encountered weird editors without vim bindings :(
@marie hehe yes, I made myself unpopular by asking the Helix team why they don't have vim bindings as an option 😅
@0atman oh i remember that, that was funny
@marie they're doing great work, but it's not for me, which is OK!
@marie
yes, and you can also import keymappings from an existing .vimrc file ;-)
@0atman
@0atman do you have any recommendation on plugins and config? 👀
@alexanderadam it all worked out of the box! LSP and everything!
Probably it's not got the extension possibility of vscode, but it's very batteries included.
All graphically configured, jutst have a play!
@0atman I'm going to end zed editor configuration and then I'll give it a try.
@lasizoillo zed's good, no doubt. I didn't feel compelled to keep using it (probably because my standard ide isn't vscode, so "like vscode but faster" isn't a selling point for me?)

@0atman it's not a good selling point for me neither https://zed.dev/docs/vim

Anyway I sacrificed vim key bindings for jetbrains powerful years ago. I want to recover the vim fast and light experience without waste many time with lua or vimscript configurations. LSP maturity is my bigger concern, because don't matter how fast and light is your editor if it should wait to a slow memory hungry LSP (I suffered that many times trying to escape from jetbrains claws).

Vim Mode | Zed Code Editor Documentation

Learn how to use and customize Zed, the fast, collaborative code editor. Official docs on features, configuration, AI tools, and workflows.

@lasizoillo oh absolutely, I can't be fussing with config, I use https://www.lazyvim.org with a one-line install 👌
🚀 Getting Started | LazyVim

LazyVim is a Neovim setup powered by 💤 lazy.nvim

@0atman oh nice. And they have an AppImage download, so I can have the latest fancy even on debian/stable 😸
https://kate-editor.org/get-it/
Get Kate

Linux Install Kate or KWrite from your distribution. Install Kate on Linux Install KWrite on Linux These buttons only work with Discover and other AppStream application stores, such as GNOME Software. You can also use your distribution's package manager, such as Muon or Synaptic. Install Kate's Flatpak package from flathub.org. Install Kate's Snap package from Snapcraft. Download the nightly 64-bit AppImage for Kate. ** Windows Install Kate from the Microsoft Store. Download the nightly Kate 64-bit installer. ** Install Kate via Chocolatey. *** macOS Download the Kate nightly installer for ARM machines. ** Download the Kate nightly installer for Intel machines. ** Source Code The source code for Kate is available on KDE’s GitLab instance. For detailed instructions on how to build Kate from source, check the Build it page.

Kate
@0atman Yeah vscode and atom fans in GNU/Linux must give serious consideration for #Kate and all its plugins. ✊
Kate and OrgMode

Akseli's various rambles and posts about gaming, gamedev, FOSS, programming and other things.

@0atman oh that's neat! didn't know it had this many features

@0atman Kate also has a killer feature missing from most other editors - It supports launching multiple windows for the same workspace, so I can finally use multiple monitors properly!

#KDE #Kate #Linux

@0atman How's the file switcher? The lack of a good file switcher is the #1 thing preventing me from switching away from my current editor. If I have to move the mouse to quickly switch between the last ~5 buffers, that's a problem for me.
@jsbarretto looks like ctrl alt o is the default quick switcher hotkey? Works great!
I kinda trust the kate team to have built all these features tbh, very comprehensive editor!

@0atman

* me looking up if kate supports remote development over ssh. *

@0atman I noticed yesterday that if a log file has the ".log" file extension, Kate will color the lines depending on keywords such as "warning" and "error".
Never had so much fun reading log files.