반응형
리눅스에서 기본적으로 gnome terminal을 제공하고 있지만 다소 불편한 점이 있다 (창 분할, 화면 간 이동 지원 X).
그래서 오늘은 터미네이터라는 프로그램을 설치해보고 테마 변경까지 해보았다.
설치하기
$ sudo apt-get install terminator
테마 변경하기
$ vim ~/.config/terminator/config
# Enter below configuration
[global_config]
tab_position = bottom
handle_size = 0
focus = system
[keybindings]
[profiles]
[[default]]
scrollbar_position = hidden
use_system_font = False
background_darkness = 0.8
background_type = transparent
background_image = None
show_titlebar = False
font = 나눔고딕코딩 Bold 10
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
size = 1000, 600
[plugins]
background_darkness를 변경해가면서 투명도를 조절할 수 있다.
단축키
- 위/아래로 화면 나누기 : Ctrl + Shift + O
- 좌/우로 화면 나누기 : Ctrl + Shift + E
- 현재 화면 닫기 : Ctrl + Shift + W
- 화면간 이동 : Alt + 방향키
- 스크롤바 Toggle : Ctrl + Shift + S
- 검색 : Ctrl + Shift + F
- 화면 Clear : Ctrl + Shift + G
반응형
'💻 programming' 카테고리의 다른 글
리눅스 터미널 출력 버리기 (또는 저장하기) (0) | 2021.08.05 |
---|---|
Putty 테마, 폰트 변경하기 (0) | 2021.08.05 |
git 커밋 메시지를 작성하는 방법 (How to Write a Git Commit Message) (0) | 2021.02.26 |
[TCP/IP] 멀티캐스팅 프로그래밍, 라우팅 테이블 업데이트 (0) | 2021.01.13 |
[TCP/IP] 2. TCP 서버 - 클라이언트 (IPv4) (0) | 2020.12.18 |
댓글