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
{
"prog": "tmux",
"auto_expand_line": true,
"auto_advance" : true,
"auto_advance_non_empty": false,
"bracketed_paste_mode": false,
"block_start_pattern": "# ?%%|# ?\\+|# In \\[",
"block_end_pattern": "# ?%%|# ?\\+|#'|# In \\[",
"r" : {
"prog": "tmux",
// turn bracketed_paste_mode on if radian or readline 7.0 is in use
"bracketed_paste_mode": false
},
"rmd" : {
"prog": "tmux",
// turn bracketed_paste_mode on if radian or readline 7.0 is in use
"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": "konsole"
// path related settings
// path to tmux
// "tmux": "tmux",
// path to screen
// "screen": "screen"
}
This is my Linux settings.
The other settings file is:
Sendcode works fine when using the
gnome-terminal
but does not work when usingkonsole
instead for the window class. Thanks in advance for any help!The text was updated successfully, but these errors were encountered: