Skip to content

Instantly share code, notes, and snippets.

@kuguma
Last active April 8, 2021 07:03
Show Gist options
  • Select an option

  • Save kuguma/b9b297e1877f0c6e31c17cbe89f7b7ad to your computer and use it in GitHub Desktop.

Select an option

Save kuguma/b9b297e1877f0c6e31c17cbe89f7b7ad to your computer and use it in GitHub Desktop.
Visual Studio Code
{
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"editor.renderWhitespace": "all"
}
[
{
"key": "ctrl+tab",
"command": "-workbench.action.quickOpenNavigateNextInEditorPicker",
"when": "inEditorsPicker && inQuickOpen"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+pageup",
"command": "-workbench.action.previousEditor"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.quickOpenNavigatePreviousInEditorPicker",
"when": "inEditorsPicker && inQuickOpen"
},
{
"key": "ctrl+shift+tab",
"command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+tab",
"command": "-workbench.action.openNextRecentlyUsedEditorInGroup"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+pagedown",
"command": "-workbench.action.nextEditor"
}
]
@kuguma
Copy link
Copy Markdown
Author

kuguma commented Apr 8, 2021

プレビュー機能だが設定のsync機能が追加されたので今は手動でやる必要はない。
自分はGithubアカウントで連携している

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment