안녕하세요.


오늘은 터미널 분할 하는 팁을 적어 보겠습니다. 


우분투를 사용할 때 터미널을 분할 하시고 싶을 때가 간간히 있습니다. 


이럴 때 유용한 프로그램입니다. 


1. install terminator를 설치합니다. 

$ apt-get install terminator

 

2. 요렇게 사용합니다.

$./terminator


terminator 를 분할하는 핫 키는 다음과 같습니다.


ctrl + shift + e 세로분할
ctrl + shift + o 가로분할
ctrl + shift + w 닫기
ctrl + shift + q 종료

예제 설정 화일입니다. 
다음 위치에 적용해 주세요
# ~.config/terminator/config

적용을 안한다고 프로그램이 동작하지 않는 것은 아닙니다~
필요에 따라 사용하세요!

[global_config]
title_transmit_bg_color = "#bbb4b4"
title_inactive_fg_color = "#808080"
title_transmit_fg_color = "#000000"
title_inactive_bg_color = "#2b2b2b"
[keybindings]
reset = None
zoom_in = None 
go_up = None
zoom_out = None
group_all = <Shift><Control>g
zoom_normal = None
group_tab = <Shift><Control>t
go_down = None
reset_clear = None
go_right = None
go_left = None
ungroup_tab = <Shift><Control><Super>t
hide_window = None
toggle_scrollbar = None
[profiles]
[[default]]
use_system_font = False
alternate_screen_scroll = False
background_darkness = 0.78
scrollback_lines = 15000
background_type = transparent
scrollbar_position = hidden
foreground_color = "#ffffff"
scroll_on_keystroke = False
font = Monospace 14
audible_bell = True
[[background]]
use_system_font = False
background_darkness = 0.41
scrollback_lines = 10000000
background_type = transparent
scrollbar_position = hidden
foreground_color = "#ffffff"
scroll_on_output = False
audible_bell = True
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[[layout]]
[[[child0]]]
position = 1420:0
type = Window
order = 0 
parent = ""
size = 500, 1080
[[[child1]]]
position = 540 
type = VPaned
order = 0 
parent = child0
[[[terminal3]]]
profile = background
command = emacs -nw 
type = Terminal
order = 1 
parent = child1
[[[terminal2]]]
profile = background
type = Terminal
order = 0 
parent = child1
[plugins]