The View Menu

The View menu allows you to manage settings specific to the active editor, and to manage frames.

Menu Items

ViewNew Window

Opens another instance of Kate. The new instance will be identical to your previous instance.

ViewPrevious Document (Alt+Left)

Opens the document displayed above the currently open document in the Documents list.

ViewNext Document (Alt+Right)

Opens the document displayed below the currently open document in the Documents list.

ViewShow Active (Alt+A)

Displays the currently open document in the Documents list.

ViewQuick Open (Ctrl+Alt+O)

Show a search field and a list of opened files in the editor area. While entering text in the search field the document names and document urls are searched for matching text. While entering text in the search field you can use the cursor keys Up and Down to navigate in the list view. Pressing the Enter key or double clicking on an item in the list switches the view to the document selected in the list view. This makes switching between documents easier, if there are a lot of them open.

ViewSplit ViewPrevious Split View (Shift+F8)

Focus the previous document view, if you have split the editor area in more views.

ViewSplit ViewNext Split View (F8)

Focus the next document view, if you have split the editor area in more views.

ViewSplit ViewSplit Vertical (Ctrl+Shift+L)

This will split the frame (which may be the main editing area) in two equally sized frames, the new one to the left of the current one. The new frame gets the focus, and will display the same document as the old one.

See also Working with the Kate MDI

ViewSplit ViewSplit Horizontal (Ctrl+Shift+T)

Splits the current frame (which may be the main editing area) in two equally sized frames, the new one at the bottom half. The new frame gets the focus, and displays the same document as the old one.

See also Working with the Kate MDI

ViewSplit ViewClose Current View (Ctrl+Shift+R)

Closes the active frame. This is disabled, if there is only one frame (the main editing area).

No documents get closed by closing a frame – they will still be available in the View Menu as well as in the File List.

See also Working with the Kate MDI

ViewSplit ViewMove Splitter Left

When Split View is enabled, this will move the border in between two vertically split documents further left.

ViewSplit ViewMove Splitter Right

When Split View is enabled, this will move the border in between two vertically split documents further right.

ViewSplit ViewMove Splitter Up

When Split View is enabled, this will move the border in between two horizontally split documents further up.

ViewSplit ViewMove Splitter Down

When Split View is enabled, this will move the border in between two horizontally split documents further down.

ViewTool Views
ViewTool ViewsShow Sidebars (Ctrl+Alt+Shift+F)

Toggles the display of the sidebar button rows. This command does not affect the display of the sidebar content widgets, any sidebar that is visible will stay visible, and if you assigned shortcuts to the below commands those will of course continue to work.

ViewTool ViewsShow Documents

Toggle the display of Kate's Documents list

ViewTool ViewsShow Terminal

Toggles the display of the built in terminal emulator.

When activated the first time, the terminal will be created.

When the terminal emulator is displayed, it will get the focus, so that you can start typing in commands immediately. If the Automatically synchronize the terminal with the current document when possible option is enabled in the Terminal page of the Main configuration dialog the shell session will change to the directory of the active document, if it is a local file.

This menu item is displayed by the Terminal Tool View plugin, which is enabled by default.

ViewSwitch to Command Line (F7)

This command will toggle the display of the built in command line.

ViewShow the Javascript Console

This opens a tool view that allows you to run Javascript code interactively. For more information, see Extending Kate with Scripts.

ViewSchema

This menu lists the available color schemes. You can change the schema for the current view here, to change the default schema you need to use the Fonts & Colors page of the config dialog.

ViewDynamic Word Wrap (F10)

Toggles dynamic word wrap in the current view. Dynamic word wrap makes all the text in a view visible without the need for horizontal scrolling by rendering one actual line on more visual lines as needed.

ViewDynamic Word Wrap Indicators

Choose when and how the dynamic word wrap indicators should be displayed. This is only available if the Dynamic Word Wrap option is checked.

ViewShow Static Word Wrap Marker

Toggles the display of a vertical line indicating the position of the wrap width as configured in the config dialog. This feature requires that you use a true fixed-width font.

ViewShow Icon Border (F6)

This is a toggle item. Setting it on checked will make the Icon Border visible in the left side of the active editor, and vice versa. The Icon Border indicates the positions of the marked lines in the editor.

ViewShow Line Numbers (F11)

This is a toggle Item. Setting it on checked will make a pane displaying the line numbers of the document visible in the left border of the active editor, and vice versa.

ViewShow Scrollbar Marks

Toggles the visualization of bookmarks (and other marks) on the vertical scrollbar. When enabled, marks are represented by a thin line in the mark color at the scrollbar, middleclicking on the lines will scroll the view to a position near the mark.

ViewShow Scrollbar Minimap

This will replace the scrollbar with a visualization of the current document. For more information on the scrollbar minimap, see the section called “The Scrollbar Minimap”

ViewShow Scrollbar Marks

Toggles the visualization of bookmarks (and other marks) on the vertical scrollbar. When enabled, marks are represented by a thin line in the mark color at the scrollbar, middleclicking on the lines will scroll the view to a position near the mark.

ViewShow Folding Markers (F9)

Toggles the display of the folding marker pane in the left side of the view. See Using Code Folding.

ViewCode Folding

These options pertain to code folding:

Fold Current Node (Ctrl+-)

Collapse the region that contains the cursor.

Unfold current node (Ctrl++)

Expand the region that contains the cursor.

Unfold All Nodes

Expand all regions in the document.

Fold Multiline Comments

Fold all multiline comments in the document. (For example, this will fold all comments that use /* comment */ syntax in C-like programming languages.)

Fold Toplevel Nodes (Ctrl+Shift+-)

Collapse all toplevel regions in the document.

Fold Nodes in Level 2

Collapse all level 2 nodes in the document.

Fold Nodes in Level 3

Collapse all level 3 nodes in the document.

Fold Nodes in Level 4

Collapse all level 4 nodes in the document.

Unfold Toplevel Nodes (Ctrl+Shift++)

Expand all toplevel regions in the document.

Unfold Nodes in Level 2

Expand all level 2 nodes in the document.

Unfold Nodes in Level 3

Expand all level 3 nodes in the document.

Unfold Nodes in Level 4

Expand all level 4 nodes in the document.

ViewEnlarge Font (Ctrl++)

This increases the display font size.

ViewShrink Font (Ctrl+-)

This decreases the display font size.