터미널 관련 키세팅 (터미널창 열고닫기, 코드에디터 터미널 사이 커서전환)

2024. 6. 13. 06:00· Debug
728x90

커서를 코드에디터창과 터미널창으로 전환 가능한 키 (Ctrl+Up, Ctrl+Down)
터미널창 열고 닫기 (Ctrl + ` )  -> 이건 원래 기본으로 세팅되어있는건데
                                                            예전에 뭐 고치려했었던건가 default되서 안되어있었음..
 
 

 
 keyboard shortcuts. json 파일 찾아서
거기에 아래 내용 복붙하면됨
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
참조:
https://www.youtube.com/watch?v=nzNyIinEcJA&t=52s
https://neutrondev.com/vs-code-switch-between-editor-and-terminal/
 
 
Paste this code into keybindings.json file:

  [
  {
  "key": "ctrl+down",
  "command": "workbench.action.terminal.focus",
  },
  {
  "key": "ctrl+up",
  "command": "workbench.action.focusActiveEditorGroup",
  "when": "terminalFocus"
  }
  ]
view rawkeybindings.json hosted with ❤ by GitHub
저작자표시 (새창열림)

'Debug' 카테고리의 다른 글

git 메인브랜치명 master -> main으로 바꾸기  (0) 2024.03.19
웨일 브라우저에서 카카오톡 티스토리 로그인이 안되는 경우  (2) 2023.11.01
[MySQL] Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.  (0) 2023.08.09
[https] org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: "{"errorMessage":"Scope Status Invalid : Authentication failed. (인증에 실패했습니다.)","errorCode":"024"}"  (0) 2023.01.13
[SpringBoot] ***************************APPLICATION FAILED TO START***************************Description:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reason: Failed to determine a sui..  (0) 2023.01.13
'Debug' 카테고리의 다른 글
  • git 메인브랜치명 master -> main으로 바꾸기
  • 웨일 브라우저에서 카카오톡 티스토리 로그인이 안되는 경우
  • [MySQL] Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.
  • [https] org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: "{"errorMessage":"Scope Status Invalid : Authentication failed. (인증에 실패했습니다.)","errorCode":"024"}"
배게
배게
배게
백엔드
배게
전체
오늘
어제
  • 분류 전체보기 (430)
    • 알고리즘 풀이 (338)
      • 백준 (167)
      • Codility (22)
      • 프로그래머스 (123)
      • LeetCode (2)
      • CodeForces (9)
      • SWEA (15)
    • 백엔드 (11)
    • Coding existing for (3)
    • 무지성 메모 (40)
    • Debug (30)
    • 자바 (8)

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

공지사항

인기 글

태그

  • 카카오톡 txt파일 정렬
  • MYSQL
  • 카톡 내보내기한 파일 정렬
  • 카톡
  • hibernate
  • 카카오톡

최근 댓글

최근 글

hELLO · Designed By 정상우.v4.2.1
배게
터미널 관련 키세팅 (터미널창 열고닫기, 코드에디터 터미널 사이 커서전환)
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.