Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- iterm2 단축키
- 파이썬
- BIG-O NOTATION
- minikube 설치 방법
- Django
- customize
- test
- DynamoDB
- AWS
- docker-compose
- terraform 문법
- zsh
- docker
- 도커컴포즈
- iterm2 shortcuts
- Bash
- server
- 도커
- terraform
- python
- 컨테이너
- 테라폼 기본 문법
- sftp란
- 테라폼 문법
- Shell
- zshrc
- minikube mac 설치
- nosql
- linux
- 빅오노테이션
Archives
- Today
- Total
sklass의 s-class 프로그래밍 blog
iTerm2 단축키 정리 본문
iTerm2 Shortcuts
Tab navigation
- open new tab: Cmd + t
- next tab: Cmd + Shift + ]
- previous tab: Cmd + Shift + [
Pane navigation
- split pane left-right: Cmd + d
- split pane top-bottom: Cmd + Shift + d
- next pane: Cmd + ]
- previous pane: Cmd + [
Search
- open search bar: Cmd + f
- find next: Cmd + g
Input to all panes
- input to all panes in current tab: Cmd + Alt + i
Clear screen
- clear buffer: Cmd + k
- clear lines (Bash command): Ctrl + l
Zooming / Font Resize
- toggle maximize window: Cmd + Alt + =
- toggle full screen: Cmd + Enter
- make font larger: Cmd + +
- make font smaller: Cmd + -
Other
- open preferences: Cmd + ,
Referenes
https://gist.github.com/soifou/2ff3202f16e2efd9bab4
iTerm2 Shortcuts
iTerm2 Shortcuts. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
'shell' 카테고리의 다른 글
SFTP 란? (0) | 2022.01.16 |
---|---|
rsync (0) | 2021.10.12 |
linux tee 명령어 (0) | 2021.09.04 |
Visual Studio Code에서 code 명령어 영구적으로 설정하는 법(MacOS) (0) | 2021.08.21 |
.bash_profile VS .zshrc (0) | 2021.08.21 |