Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # as duas linhas seguintes dar um status de duas linhas, com a janela atual em destaque
- hardstatus alwayslastline
- hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
- # buffer de rolamento enorme
- defscrollback 5000
- # nenhuma mensagem de boas-vindas
- startup_message off
- # 256 cores
- attrcolor b ".I"
- termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
- defbce on
- # rastreamento do mouse permite mudar o foco região clicando
- mousetrack on
- # navegar regiões com Ctrl-setas
- bindkey "^[[1;5D" focus left
- bindkey "^[[1;5C" focus right
- bindkey "^[[1;5A" focus up
- bindkey "^[[1;5B" focus down
- # alternar rapidamente entre regiões, utilizando guia e setas
- bind -c rsz \t eval "focus" "command -c rsz" # Tab
- bind -c rsz -k kl eval "focus left" "command -c rsz" # Left
- bind -c rsz -k kr eval "focus right" "command -c rsz" # Right
- bind -c rsz -k ku eval "focus up" "command -c rsz" # Up
- bind -c rsz -k kd eval "focus down" "command -c rsz" # Down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement