Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FOSS-final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ji Hun Kim
FOSS-final
Commits
8d014c1a
Commit
8d014c1a
authored
3 years ago
by
Ji Hun Kim
Browse files
Options
Downloads
Patches
Plain Diff
Updated keybinding manuals
parent
19473ea9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
final/FOSS/keybind.png
+0
-0
0 additions, 0 deletions
final/FOSS/keybind.png
final/vsc_manual.md
+13
-0
13 additions, 0 deletions
final/vsc_manual.md
with
13 additions
and
0 deletions
final/FOSS/keybind.png
0 → 100644
+
0
−
0
View file @
8d014c1a
6.46 KiB
This diff is collapsed.
Click to expand it.
final/vsc_manual.md
+
13
−
0
View file @
8d014c1a
...
...
@@ -290,6 +290,19 @@ git [다운로드](https://git-scm.com/download/win) : git-scm
|CTRL + N|파일 생성|workbench.action.files.newUntitiledFile|
|CTRL + K 이후 CTRL + F|(지원하는 파일에 한에서) 들여쓰기 정렬|editor.action.formatSelection|
- 단축키는 파일 -> 기본 설정 -> 바로가기 키 또는 CTRL + K 이후 CTRL + S 단축키를 통해 직접 설정할 수 있고 또
<img src="./FOSS/keybind.png" alt="keybind"/>
해당 버튼으로 직접 keybindings.json을 수정하여 단축키를 추가할 수 있다. 단축키를 추가하는 코드는 다음과 같다.
{
"key": "누를 키",
"command": "실행할 명령 ID",
"when": "명령이 실행되는 조건"
},
>팁 : 누르는 키는 간단하게 "ctrl+k" 또는 "cmd+k" 등으로 쓸 수 있고 command에서는 실행할 명령어의 ID를 작성하면 된다. when은 이 명령이 실행되는 특이한 조건을 넣을 수 있는데 이 when은 옵션으로 필수가 아니다.
따라서 이 keybindings.json을 다른 VSCode 환경에 옮기기만 하면 쉽게 내가 쓰던 환경으로 마이그레이션이 가능하다.
# 6. 기타 유용한 Addon
1. Error Lens : `usernamehw.errorlens `
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment