diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx index a899b7f..96c7ded 100644 --- a/html/src/components/app.tsx +++ b/html/src/components/app.tsx @@ -21,6 +21,8 @@ const clientOptions = { const termOptions = { fontSize: 13, fontFamily: 'Menlo For Powerline,Consolas,Liberation Mono,Menlo,Courier,monospace', + macOptionClickForcesSelection: true, + macOptionIsMeta: true, theme: { foreground: '#d2d2d2', background: '#2b2b2b',