Terminator

16 Січ
2010

При переводе рабочей машины под Ubuntu очень нехватало копирования при выделении в терминале, gnome terminal я не умею готовить, но на нем же свет клином не сошелся. Terminator стал терминалом по-умолчанию.

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 = plus
  switch_to_tab_7 = 7
  switch_to_tab_10 = 0
  switch_to_tab_6 = 6
  zoom_out = minus
  switch_to_tab_4 = 4
  switch_to_tab_5 = 5
  switch_to_tab_2 = 2
  switch_to_tab_3 = 3
  switch_to_tab_1 = 1
  copy = Insert
  paste = Insert
  switch_to_tab_8 = 8
  switch_to_tab_9 = 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]

Получается что-то типа такого:

Comment Form

top