diff --git a/src/components/Shell.jsx b/src/components/Shell.jsx index 212ed9b..59810ad 100644 --- a/src/components/Shell.jsx +++ b/src/components/Shell.jsx @@ -234,7 +234,7 @@ function Shell({ selectedProject, selectedSession, initialCommand, isPlainShell tabStopWidth: 4, windowsMode: false, macOptionIsMeta: true, - macOptionClickForcesSelection: false, + macOptionClickForcesSelection: true, theme: { background: '#1e1e1e', foreground: '#d4d4d4',