How do you use kate? Tips/Tricks/Workflow
- by Roman A. Taycher
We all seen a bunch of these? Mostly for IDE's but also for vim and emacs.
Kate is (only) a text editor (an awesome one) but it has a ton of options plus a number of plugins, so its hard to know all of it well.
How do use the Kate text editor? Please share your workflow and help me and others learn some of the cool tricks you use.
I'll start I use the built in terminal a lot opening files quickly, and using it as an enhanced haskell repl with ghci (since ghci doesn't allow you all to just put in all kinds of haskell code). Also use split views to quickly compare files (especially different versions of the same file). Also the auto-complete maybe simple(more use for saving typing time then remembering functions) but it works really well for that. Also if You highlight something and hit a start [/{/( it puts it in between brackets rather then replacing it with a bracket(why the hell do a lot of IDEs not have this feature).