Questions tagged [kate]

Kate is an advanced text editor for programmers.

Kate is a text editor for programmers. It is part of the KDE community. Kate has syntax highlighting for more than 200 file types and supports file-specific indenting and folding rules.

Kate has a Vi input mode that support most basic Vi commands and Vim extensions such as text objects.

92 questions
0
votes
1 answer

Prevent KDE Kate 3.13 from auto-collapsing folders in Documents pane on File Open?

I've looked high and low through the settings, but I can't seem to figure out how to prevent KDE Kate 3.13 from auto-collapsing branches in the Documents pane when opening files. This is really annoying to me, since I then have to re-dig in to the…
emanaton
  • 3
  • 3
-1
votes
1 answer

vim : copy one entire column from one file to another file

File #1: F#1 A1 B1 C1 F#1 A2 B2 C2 F#1 A3 B3 C3 F#1 A4 B4 C4 F#1 A5 B5 C5 F#1 A6 B6 C6 File #2: D1 E1 F1 D2 E2 F2 D3 E3 F3 D4 E4 F4 D5 E5 F5 D6 E6 F6 The wanted format in File#2: F#1 D1 E1 F1 F#1 D2 E2 F2 F#1 …
Kuo-Hsien Chang
  • 925
  • 17
  • 40
1 2 3 4 5 6
7