Terminator
16
Січ
2010
При переводе рабочей машины под Ubuntu очень нехватало копирования при выделении в терминале, gnome terminal я не умею готовить, но на нем же свет клином не сошелся. Terminator стал терминалом по-умолчанию.
1
2
3
4
| sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
cat .config/terminator/config |
sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
cat .config/terminator/config
[global_config]
enabled_plugins = ,
[keybindings]
zoom_in = <Ctrl><Alt>plus
switch_to_tab_7 = <Alt>7
switch_to_tab_10 = <Alt>0
switch_to_tab_6 = <Alt>6
zoom_out = <Ctrl><Alt>minus
switch_to_tab_4 = <Alt>4
switch_to_tab_5 = <Alt>5
switch_to_tab_2 = <Alt>2
switch_to_tab_3 = <Alt>3
switch_to_tab_1 = <Alt>1
copy = <Ctrl>Insert
paste = <Shift>Insert
switch_to_tab_8 = <Alt>8
switch_to_tab_9 = <Alt>9
[profiles]
[[default]]
scrollback_lines = 1024
copy_on_selection = True
cursor_shape = ibeam
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
[plugins] |
[global_config]
enabled_plugins = ,
[keybindings]
zoom_in = <Ctrl><Alt>plus
switch_to_tab_7 = <Alt>7
switch_to_tab_10 = <Alt>0
switch_to_tab_6 = <Alt>6
zoom_out = <Ctrl><Alt>minus
switch_to_tab_4 = <Alt>4
switch_to_tab_5 = <Alt>5
switch_to_tab_2 = <Alt>2
switch_to_tab_3 = <Alt>3
switch_to_tab_1 = <Alt>1
copy = <Ctrl>Insert
paste = <Shift>Insert
switch_to_tab_8 = <Alt>8
switch_to_tab_9 = <Alt>9
[profiles]
[[default]]
scrollback_lines = 1024
copy_on_selection = True
cursor_shape = ibeam
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
[plugins]
Получается что-то типа такого: