본문 바로가기
카테고리 없음

[환경 설정] 우분투(Ubuntu) 터미널 창 분할하는 방법 - terminator

by Hyper하이퍼 2024. 1. 22.
반응형

우분투_ubuntu_우분투터미널_우분투터미널창분할_우분투terminator_우분투terminator설치방법

 

안녕하세요.

Hyper(하이퍼)입니다.

오늘은 리눅스의 우분투에서 가장 기초적이면서 꼭 필요한 터미널 창 분할 하는 방법에 대해 말씀드리겠습니다.

오늘의 최종 결과 이미지는 다음과 같습니다.

terminator 설정 완료 후 터미널 창의 모습

 

반응형

설치 방법
  1. 터미널 창을 실행 시킨다
  2. sudo apt update 입력
  3. sudo apt install terminator -y 입력

단축키 

 

좌우 창 분할 - Ctrl + Shift + e 

상하 창 분할 - ctrl + shift + o

터미널 창 닫기 - ctrl + shift + w

창 이동 - alrt + 방향키


참고 자료
https://terminator-gtk3.readthedocs.io/en/latest/

 

 

Welcome to Terminator’s documentation! — Terminator 2.0 alpha documentation

Docs » Welcome to Terminator’s documentation! View page source © Copyright 2017, Stephen Boddy, licensed under the CC-BY-SA.. Revision 10. Built with Sphinx using a theme provided by Read the Docs.

terminator-gtk3.readthedocs.io

 

 

 

반응형