How do you use kate? Tips/Tricks/Workflow
Posted
by Roman A. Taycher
on Stack Overflow
See other posts from Stack Overflow
or by Roman A. Taycher
Published on 2010-05-18T14:21:32Z
Indexed on
2010/05/24
8:01 UTC
Read the original article
Hit count: 336
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).
© Stack Overflow or respective owner