| 123456789101112131415161718192021222324252627 |
- # Shortcut was: exo-open --launch TerminalEmulator
- cursor #00ff00
- cursor_shape beam
- cursor_stop_blinking_after 0
- tab_bar_edge top
- tab_bar_margin_width 5
- tab_bar_style slant
- background_opacity 0.8
- map cmd+left previous_tab
- map cmd+right next_tab
- map cmd+t new_tab
- map cmd+w close_tab
- map cmd+c copy_to_clipboard
- map cmd+v paste_from_clipboard
- map cmd+n new_window
- scrollback_lines 6000
- mouse_hide_wait 0
- term xterm-256color
- font_size 9.0
|