You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/user-interface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ If the description says it will "wrap", it means that if you try to go beyond th
101
101
102
102
When you right click on the title for a tab, you get a context menu for manipulating that tab.
103
103
104
-
By default, the commands available in that context menu are described below. If you would like to add other commands to that context menu, or remove commands you don't want to "clutter" that context menu, you can follow the instructions for [customizing the tab context menu using `tabContextMenu.xml`](config-files/#the-context-menu-tabcontextmenuxml).
104
+
By default, the commands available in that context menu are described below. If you would like to add other commands to that context menu, or remove commands you don't want to "clutter" that context menu, you can follow the instructions for [customizing the tab context menu using `tabContextMenu.xml`](../config-files/#the-context-menu-tabcontextmenuxml).
105
105
106
106
-`Close`: Closes this file's tab.
107
107
-`Close Multiple Tabs >`:
@@ -158,8 +158,8 @@ There is a toolbar which has icons for various common tasks, which each run a sp
158
158
-**Redo** ⇒ [**Edit > Redo**](../editing/#edit-menu): Re-applies that action that was just reverted due to an Undo.
159
159
-**Find** ⇒ [**Search > Find**](../searching/#find-replace-tabs): Launches the **Find** dialog.
160
160
-**Replace** ⇒ [**Search > Replace**](../searching/#find-replace-tabs): Launches the **Replace** dialog.
161
-
-**Zoom In** ⇒ [**View > Zoom > Zoom In**](views/#zoom): Temporarily enlarge the visible rendering of the text (does not change anything in the file).
162
-
-**Zoom Out** ⇒[**View > Zoom > Zoom In**](views/#zoom): Temporarily shrink the visible rendering of the text (does not change anything in the file).
161
+
-**Zoom In** ⇒ [**View > Zoom > Zoom In**](../views/#zoom): Temporarily enlarge the visible rendering of the text (does not change anything in the file).
162
+
-**Zoom Out** ⇒[**View > Zoom > Zoom In**](../views/#zoom): Temporarily shrink the visible rendering of the text (does not change anything in the file).
163
163
-**Synchronize Vertical Scrolling** ⇒ [**View > Synchronize Vertical Scrolling**](../views/#synchronized-scrolling): Toggle locking of the two views together, vertically.
164
164
-**Synchronize Horizontal Scrolling** ⇒ [**View > Synchronize Horizontal Scrolling**](../views/#synchronized-scrolling): Toggle locking of the two views together, horizontally.
165
165
-**Word Wrap** ⇒ [**View > Word Wrap**](../views/#wrapping): Toggle whether or not long lines will be wrapped in the display.
0 commit comments