From 0381fa730b7ef6dc7466df541ca0d01064e3cf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D0=B9=D0=B3=D0=B0?= Date: Sun, 28 Jun 2026 09:10:25 +0000 Subject: [PATCH] =?UTF-8?q?[2026-06-28]=20syncthing:=20.stversions/.obsidi?= =?UTF-8?q?an/app.json=20.stversions/personal/docs/VSCode=20keybindings=20?= =?UTF-8?q?key=20shortcuts=20hotkeys=20config.txt=20.stversions/personal/d?= =?UTF-8?q?ocs/ffmpeg=20cheat=20sheet.txt=20.stversions/personal/docs/?= =?UTF-8?q?=D0=A0=D0=BE=D1=81=D1=82=D0=B5=D0=BB=D0=B5=D0=BA=D0=BE=D0=BC=20?= =?UTF-8?q?GPON=20tunnel=20ssh=20access.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stversions/.obsidian/app.json | 1 - ...ybindings key shortcuts hotkeys config.txt | 325 ------------------ .../personal/docs/ffmpeg cheat sheet.txt | 5 - .../Ростелеком GPON tunnel ssh access.txt | 3 - 4 files changed, 334 deletions(-) delete mode 100644 .stversions/.obsidian/app.json delete mode 100644 .stversions/personal/docs/VSCode keybindings key shortcuts hotkeys config.txt delete mode 100644 .stversions/personal/docs/ffmpeg cheat sheet.txt delete mode 100644 .stversions/personal/docs/Ростелеком GPON tunnel ssh access.txt diff --git a/.stversions/.obsidian/app.json b/.stversions/.obsidian/app.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.stversions/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.stversions/personal/docs/VSCode keybindings key shortcuts hotkeys config.txt b/.stversions/personal/docs/VSCode keybindings key shortcuts hotkeys config.txt deleted file mode 100644 index 072b5ddf..00000000 --- a/.stversions/personal/docs/VSCode keybindings key shortcuts hotkeys config.txt +++ /dev/null @@ -1,325 +0,0 @@ -`brew install swiftformat` - - -To avoid beep sound on ⌃⌘←/→: create a ~/Library/KeyBindings/DefaultKeyBinding.dict with the following contents (or append, if you have one already): -{ - "@^\UF701" = "noop"; - "@^\UF702" = "noop"; - "@^\UF703" = "noop"; -} - -#export XCBBUILDSERVICE_PATH=/Users/admin/Developer/swift-build/.build/arm64-apple-macosx/debug/SWBBuildServiceBundle - - -keybindings.json: -[ - { - "command": "workbench.action.openPreviousRecentlyUsedEditorInGroup", - "key": "ctrl+cmd+left" - }, - { - "command": "workbench.action.openNextRecentlyUsedEditorInGroup", - "key": "ctrl+cmd+right" - }, - { - "key": "cmd+shift+[", - "command": "workbench.action.previousEditor" - }, - { - "key": "cmd+shift+]", - "command": "workbench.action.nextEditor" - }, - { - "key": "shift+alt+cmd+j", - "command": "revealFileInOS", - "when": "editorTextFocus || filesExplorerFocus" - }, - { - "key": "shift+cmd+j", - "command": "revealInExplorer", - "when": "editorTextFocus" - }, - { - "key": "cmd+b", - "command": "workbench.action.tasks.build", - "when": "taskCommandsRegistered" - }, - { - "key": "cmd+r", - "command": "workbench.action.debug.start", - "when": "debuggersAvailable && debugState == 'inactive'" - }, - { - "key": "cmd+r", - "command": "debug.openView", - "when": "!debuggersAvailable" - }, - { - "key": "cmd+\\", - "command": "editor.debug.action.toggleBreakpoint", - "when": "debuggersAvailable && disassemblyViewFocus || debuggersAvailable && editorTextFocus" - }, - { - "key": "cmd+.", - "command": "workbench.action.debug.stop", - "when": "inDebugMode && !focusedSessionIsAttach" - }, - { - "key": "ctrl+k", - "command": "-deleteAllRight", - "when": "textInputFocus && !editorReadonly" - }, - { - "key": "ctrl+k", - "command": "editor.action.deleteLines", - "when": "textInputFocus && !editorReadonly" - }, - { - "key": "shift+cmd+k", - "command": "swift.cleanBuild" - }, - { - "key": "shift+cmd+backspace", - "command": "editor.action.inlineDiffs.cancelEdits", - "when": "editorTextFocus && hasActivelyGeneratingDiff" - }, - { - "key": "cmd+backspace", - "command": "-editor.action.inlineDiffs.cancelEdits", - "when": "editorTextFocus && hasActivelyGeneratingDiff" - }, - { - "key": "shift+cmd+backspace", - "command": "editor.action.cancelGPT4WithCmdDelete", - "when": "hadGPT4InlineCompletionRunning" - }, - { - "key": "cmd+backspace", - "command": "-editor.action.cancelGPT4WithCmdDelete", - "when": "hadGPT4InlineCompletionRunning" - }, - { - "key": "shift+cmd+backspace", - "command": "editor.action.inlineDiffs.cancelPromptBar", - "when": "editorTextFocus && hasActivelyGeneratingPromptBarDiff" - }, - { - "key": "cmd+backspace", - "command": "-editor.action.inlineDiffs.cancelPromptBar", - "when": "editorTextFocus && hasActivelyGeneratingPromptBarDiff" - }, - { - "key": "shift+cmd+backspace", - "command": "chatEditor.action.reject", - "when": "chat.hasEditorModifications && editorFocus && hasUndecidedChatEditingResource && !chat.ctxHasRequestInProgress || chat.hasNotebookEditorModifications && editorFocus && hasUndecidedChatEditingResource && !chat.ctxHasRequestInProgress" - }, - { - "key": "cmd+backspace", - "command": "-chatEditor.action.reject", - "when": "chat.hasEditorModifications && editorFocus && hasUndecidedChatEditingResource && !chat.ctxHasRequestInProgress || chat.hasNotebookEditorModifications && editorFocus && hasUndecidedChatEditingResource && !chat.ctxHasRequestInProgress" - }, - { - "key": "shift+cmd+backspace", - "command": "composer.cancelComposerStep", - "when": "composerFocused" - }, - { - "key": "cmd+backspace", - "command": "-composer.cancelComposerStep", - "when": "composerFocused" - }, - { - "key": "cmd+i", - "command": "composerMode.agent" - }, - // === Xcode-style keybindings === - { - "key": "cmd+alt+[", - "command": "editor.action.moveLinesUpAction", - "when": "editorTextFocus && !editorReadonly" - }, - { - "key": "cmd+alt+]", - "command": "editor.action.moveLinesDownAction", - "when": "editorTextFocus && !editorReadonly" - }, - { - "key": "alt+cmd+c", - "command": "workbench.action.terminal.toggleTerminal", - "when": "!terminalFocus" - }, - { - "key": "alt+cmd+c", - "command": "workbench.action.terminal.focus", - "when": "terminalIsOpen && !terminalFocus" - }, - { - "key": "shift+cmd+c", - "command": "git.commit", - "when": "scmProvider == 'git'" - }, - { - "key": "alt+f", - "command": "editor.action.selectAllMatches", - "when": "editorFocus && findWidgetVisible" - }, - { - "key": "ctrl+shift+b", - "command": "workbench.action.tasks.build", - "when": "taskCommandsRegistered" - }, - { - "key": "ctrl+shift+b", - "command": "workbench.action.showCommands", - "when": "!taskCommandsRegistered" - }, - { - "key": "alt+cmd+n", - "command": "explorer.newFolder", - "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" - }, - { - "key": "alt+shift+f", - "command": "editor.action.selectHighlights", - "when": "editorFocus" - }, - { - "key": "cmd+shift+p", - "command": "workbench.action.showCommands" - }, - { - "key": "cmd+up", - "command": "cursorTop", - "when": "editorTextFocus" - }, - { - "key": "cmd+down", - "command": "cursorBottom", - "when": "editorTextFocus" - }, - { - "key": "cmd+shift+i", - "command": "workbench.action.chat.open" - }, - { - "key": "ctrl+up", - "command": "editor.action.transformToUppercase", - "when": "editorTextFocus && editorHasSelection" - }, - { - "key": "ctrl+down", - "command": "editor.action.transformToLowercase", - "when": "editorTextFocus && editorHasSelection" - }, - { - "key": "ctrl+left", - "command": "cursorWordPartLeft", - "when": "editorTextFocus" - }, - { - "key": "ctrl+right", - "command": "cursorWordPartRight", - "when": "editorTextFocus" - }, - { - "key": "ctrl+delete", - "command": "deleteWordPartRight", - "when": "editorTextFocus && !editorReadonly" - }, - { - "key": "ctrl+backspace", - "command": "deleteWordPartLeft", - "when": "editorTextFocus && !editorReadonly" - }, - { - "key": "ctrl+shift+left", - "command": "cursorWordPartLeftSelect", - "when": "editorTextFocus" - }, - { - "key": "ctrl+shift+right", - "command": "cursorWordPartRightSelect", - "when": "editorTextFocus" - }, - { - "key": "ctrl+shift+up", - "command": "editor.action.insertCursorAbove", - "when": "editorTextFocus" - }, - { - "key": "ctrl+shift+down", - "command": "editor.action.insertCursorBelow", - "when": "editorTextFocus" - }, - { - "key": "alt+up", - "command": "cursorMove", - "when": "editorTextFocus", - "args": { "to": "up", "by": "wrappedLine", "value": 5 } - }, - { - "key": "alt+down", - "command": "cursorMove", - "when": "editorTextFocus", - "args": { "to": "down", "by": "wrappedLine", "value": 5 } - }, - { - "key": "alt+shift+up", - "command": "cursorMove", - "when": "editorTextFocus", - "args": { "to": "up", "by": "wrappedLine", "value": 5, "select": true } - }, - { - "key": "alt+shift+down", - "command": "cursorMove", - "when": "editorTextFocus", - "args": { "to": "down", "by": "wrappedLine", "value": 5, "select": true } - }, - { - "key": "cmd+d", - "command": "editor.action.duplicateSelection", - "when": "editorTextFocus" - }, - { - "key": "alt+f", - "command": "editor.action.selectAllMatches", - "when": "editorFocus && findWidgetVisible" - }, - { - "key": "cmd+alt+shift+f", - "command": "workbench.action.replaceInFiles" - }, - { - "key": "cmd+shift+o", - "command": "workbench.action.quickOpen" - }, - { - "key": "cmd+shift+t", - "command": "workbench.action.tasks.runTask" - } -] - -~/Library/Application Support/Cursor/User/tasks.json: -{ - "version": "2.0.0", - "tasks": [ - { - "label": "Format Swift Imports", - "type": "shell", - "command": "swiftformat", - "args": [ - "--swiftversion", "5.0", - "--rules", "sortedImports", - "${file}" - ], - "group": "build", - "presentation": { - "echo": true, - "reveal": "silent", - "focus": false, - "panel": "shared" - }, - "problemMatcher": [] - } - ] -} \ No newline at end of file diff --git a/.stversions/personal/docs/ffmpeg cheat sheet.txt b/.stversions/personal/docs/ffmpeg cheat sheet.txt deleted file mode 100644 index 7dc783fd..00000000 --- a/.stversions/personal/docs/ffmpeg cheat sheet.txt +++ /dev/null @@ -1,5 +0,0 @@ -ffmpeg -i videoplayback -c:v copy -c:a copy output.mp4 - -ffmpeg -i "Юра ДР-karaoke.mp4" -vf "scale=720:480" -c:v libx264 -c:a copy "Юра ДР-karaoke.480p.mp4" - -ffmpeg -i "Movie.mp4" -vf "ass=Karaoke-1.ass" -c:v libx264 -c:a copy "Юра ДР-karaoke.mp4" \ No newline at end of file diff --git a/.stversions/personal/docs/Ростелеком GPON tunnel ssh access.txt b/.stversions/personal/docs/Ростелеком GPON tunnel ssh access.txt deleted file mode 100644 index 9be0ae74..00000000 --- a/.stversions/personal/docs/Ростелеком GPON tunnel ssh access.txt +++ /dev/null @@ -1,3 +0,0 @@ -ssh -o ProxyCommand="ssh truenas_admin@mallexxx.duckdns.org nc 192.168.2.2 22" root@dummy -L 8080:192.168.0.1:80 - -open http://127.0.0.1:8080/index_user.asp \ No newline at end of file