Disable sleep mode or it could cause issues when hosting a SSH server.
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target| { | |
| "clitools": [ | |
| { | |
| "name": "Git", | |
| "command": "git", | |
| "tags": [ | |
| "git", | |
| "vcs" | |
| ], | |
| "description": "Distributed version control system", |
| settings.blocklistPattern = /.*tinkercad.com.*/i; | |
| settings.scrollStepSize = 140; | |
| settings.modeAfterYank = "Normal"; | |
| settings.hintShiftNonActive = true; | |
| api.map("<Alt-d>", "<Alt-s>"); | |
| api.unmap("<Alt-s>"); | |
| api.map("gt", "T"); | |
| api.mapkey("<Space>s", "Choose a tab with omnibar", function () { |
| @echo off | |
| REM Powershell 5/6 | |
| REM powershell -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8 | |
| REM Powershell 7+ | |
| pwsh -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8 |