Published: 2014-11-26(三)
By laomie
In tools .
tags: 201411 ubuntu terminator
安装相关软件
$ git clone https://github.com/ghuntley/terminator-solarized.git
$ mkdir -p ~/.config/terminator/
$ cp terminator-solarized/config ~/.config/terminator/
$ git clone https://github.com/seebi/dircolors-solarized.git
$ cp dircolors-solarized/dircolors.256dark ~/.dircolors
设置".bashrc"
export TERM = xterm-256color
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ] ; then
test -r ~/.dircolors && eval " $( dircolors -b ~/.dircolors) " || eval " $( dircolors -b) "
alias ls = 'ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep = 'grep --color=auto'
alias fgrep = 'fgrep --color=auto'
alias egrep = 'egrep --color=auto'
fi
# some more ls aliases
alias ll = 'ls -alF'
alias la = 'ls -A'
alias l = 'ls -CF'
常用快捷键
Shift - Pageup Scroll back through the current terminal
Shift - Pagedown Scroll forward through the current terminal
Ctrl - Shift - o Split the screen horizontally
Alt + Up Move to the terminal above the current one .
Alt + Down Move to the terminal below the current one .
Ctrl - Shift - e Split the screen vertically
Alt + Left Move to the terminal left of the current one .
Alt + Right Move to the terminal right of the current one .
Ctrl + Shift + N or Ctrl + Tab
Move to next terminal within the same tab , use Ctrl + PageDown to
move to the next tab . If cycle_term_tab is False , cycle within
the same tab will be disabled
Ctrl + Shift + P or Ctrl + Shift + Tab
Move to previous terminal within the same tab , use Ctrl + PageUp
to move to the previous tab . If cycle_term_tab is False , cycle
within the same tab will be disabled
Ctrl - Shift - t Open a new tab
Ctrl + PageDown Move to next Tab
Ctrl + PageUp Move to previous Tab
Ctrl + Shift + c Copy selected text to clipboard
Ctrl + Shift + v Paste clipboard text
Ctrl + Shift + w Close the current terminal .
Ctrl + Shift + q Quits Terminator
Ctrl + Shift + x Toggle between showing all terminals and only showing the current one ( maximise ) .
Ctrl + Shift + z Toggle between showing all terminals and only showing a scaled version of the current one ( zoom ) .
Ctrl + Plus ( + )
Increase font size . Note : this may require you to press shift ,
depending on your keyboard
Ctrl + Minus ( - )
Decrease font size . Note : this may require you to press shift ,
depending on your keyboard
Ctrl + Zero ( 0 ) Restore font size to original setting .
F11 Toggle fullscreen