Kate Text Editor: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "== F7 Command Line == internal command line text entry at the bottom of the editor area; to show it select View → Switch to Command Line or use the shortcut (default is F7..."
 
No edit summary
Line 12: Line 12:
  help list
  help list
  help <command>
  help <command>
commands are provided by the editor component, and allow you to configure the active document and view only.
== references ==
* https://docs.kde.org/trunk5/en/applications/katepart/advanced-editing-tools-commandline.html

Revision as of 09:03, 22 May 2018

F7 Command Line

internal command line

text entry at the bottom of the editor area; to show it select View → Switch to Command Line or use the shortcut (default is F7).

To execute a command, type the command then press the return key.

If you entered the command line by pressing F7 it will automatically hide after a few seconds. To clear the message and enter a new command, press F7 again.

list of all available commands issue help list

help list
help <command>

commands are provided by the editor component, and allow you to configure the active document and view only.

references