Created
October 24, 2023 22:43
-
-
Save AlperRehaYAZGAN/cb49ab2195f5790dae2539b2da70b8b4 to your computer and use it in GitHub Desktop.
tmux-term-vscode-settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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