
KtextEditor additional command line
Source (link to git-repo or to original if based on someone elses unmodified work):
By default, the shortcut to command line is `f7`.
Compatible with KDE 4.x and 5.x.
fixed:
- mergeTextMultiLine
New commands:
- jumpParagraphDown and jumpParagraphUp: Move cursor to next/previous text paragraph.
- markSelection: Records the cursor position. The second call makes a selection.
- markExpand: Extends selection or makes a selection from recorded cursor position.
- markClean: Removes the recorded cursor position.
- markJump: Go to the recorded cursor position.
- wordNext, wordPrev, wordEndNext, wordEndPrev, blankNext, blankPrev, blankEndNext, blankEndPrev: Move cursor to the begin/end to next/previous word or "blank words".
- contextNext and contextPrev: Move cursor to next/previous highlighting context
Ratings & Comments
1 Comment
I'm sure I will find some usefull things in there, thanks