Skip to content

Instantly share code, notes, and snippets.

@AlperRehaYAZGAN
Created October 24, 2023 22:43
Show Gist options
  • Save AlperRehaYAZGAN/cb49ab2195f5790dae2539b2da70b8b4 to your computer and use it in GitHub Desktop.
Save AlperRehaYAZGAN/cb49ab2195f5790dae2539b2da70b8b4 to your computer and use it in GitHub Desktop.
tmux-term-vscode-settings.json
{
"workbench.iconTheme": "vs-seti",
"editor.mouseWheelZoom": true,
"editor.fontSize": 18,
"terminal.integrated.fontSize": 24,
"terminal.integrated.shell.linux": "/usr/bin/tmux",
"terminal.integrated.profiles.linux": {
"tmux": {
"path": "/usr/bin/tmux",
"icon": "terminal-tmux"
},
"bash": {
"path": "/bin/bash",
"icon": "terminal-bash"
}
},
"terminal.integrated.defaultProfile.linux": "tmux"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment