This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
set -g @plugin 'nhdaly/tmux-better-mouse-mode' | |
set -g default-terminal "screen-256color" | |
set -g mouse on | |
# to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autodetach on | |
altscreen on | |
startup_message off | |
hardstatus alwayslastline | |
shelltitle 'bash' | |
termcapinfo xterm* ti@:te@ | |
hardstatus string '%{gk}[%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= w}%?%+Lw%?%? %{g}]%{W}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--type-set=twig=.twig | |
--type-set=ctp=.ctp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Prompt no formato: | |
# usuario@host ~/Diretorios $ | |
# Em um repostiório git: | |
# usuario@host ~/projetos/git (dev) $ | |
# Repostiório git após alguma alteração: | |
# usuario@host ~/projetos/git (dev %) $ | |
if [ -f $GIT_COMPLETION_PATH]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
nome = "Bruno Passos" | |
email = [email protected] | |
[core] | |
editor = vim | |
[apply] | |
whitespace = fix | |
[merge] | |
tool = vimdiff | |
[color] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ui] | |
username = saganium | |
verbose = True | |
editor = vim | |
merge = vimdiff | |
ssh = ssh -C | |
[extensions] | |
color = | |
progress = |