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: readme.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,27 @@ Download [Package Control](https://packagecontrol.io/) and use the *Package Cont
10
10
11
11
- **Open Terminal at File**
12
12
Opens a terminal in the folder containing the currently opened file.
13
-
Press `ctrl+shift+t` on Windows and Linux, or `cmd+shift+t` on MacOS.
14
13
- **Open Terminal at Project Folder**
15
14
Opens a terminal in the project folder containing the currently opened file.
16
-
Press `ctrl+alt+shift+t` on Windows and Linux, or `cmd+alt+shift+t` on MacOS.
17
15
18
-
In addition to the key bindings, terminals can also be opened via the editor context menu and the sidebar context menus.
16
+
Terminals can be opened via the command palette, the editor context menu and the sidebar context menus. Additionally, you can set up key bindings.
17
+
18
+
### Key bindings
19
+
20
+
To create keyboard shortcuts, open the *Preferences > Package Settings > Terminal > Key Bindings* menu entry. Our suggested key bindings are on the left, you can copy these over to your personal bindings on the right and tweak them to your liking. Example:
Note that in version 2 of this package, we stopped enabling these bindings by default. They conflicted with built-in bindings of Sublime Text, and users might have different preferences.
19
30
20
31
## Package Settings
21
32
22
-
The settings can be viewed and edited by accessing the *Preferences > Package Settings > Terminal > Settings** menu entry.
33
+
The settings can be viewed and edited by accessing the *Preferences > Package Settings > Terminal > Settings* menu entry.
23
34
24
35
- **terminal**
25
36
- The terminal to execute, will default to the OS default if blank.
0 commit comments