forked from randy3k/SendCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SendCode (Linux).sublime-settings
46 lines (38 loc) · 1.11 KB
/
SendCode (Linux).sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"prog": "tmux",
"auto_expand_line": true,
"auto_advance" : true,
"auto_advance_non_empty": false,
"bracketed_paste_mode": false,
"r" : {
"prog": "tmux",
// turn brackted paste mode on if rtichoke or readline 7.0 is used
"bracketed_paste_mode": false
},
"rmd" : {
"prog": "tmux",
// turn brackted paste mode on if rtichoke or readline 7.0 is used
"bracketed_paste_mode": false
},
"python" : {
"prog": "tmux",
"bracketed_paste_mode": true
},
"julia" : {
"prog": "tmux",
"bracketed_paste_mode": true
},
// the window class of linux terminal
// e.g., "gnome-terminal", "gnome-terminal-server", "pantheon-terminal",
// "mate-terminal", "konsole" and "tilix".
// other terminals may work as well.
//
// run `xprop | grep WM_CLASS` and click the active terminal to identify the terminal class
//
"linux_terminal": "gnome-terminal"
// path related settings
// path to tmux
// "tmux": "tmux",
// path to screen
// "screen": "screen"
}