Skip to content

jgcrunden/tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tmux-config

Bash prompt

Copy and source git-prompt.sh

source ~/.git-prompt.sh
export PROMPT_COMMAND='PS1_CMD1=$(__git_ps1 " (%s)")'; PS1=$'\[\e[94m\]\W\[\e[93m\]${PS1_CMD1}\[\e[0m\] \[\e[92m\]\u266B\[\e[0m\] '

Tmuxinator

Install Tmuxinator Set editor in ~/.bashrc

export EDITOR=nvim

Add alias to start tmux session using tmuxinator template "session"

alias tms='tmuxinator s session --name ${PWD##*/}'

Color Scheme differences

In a TTY session nvim/vim colours might not be the same inside tmux. To remedy this add this to your bashrc

alias tmux="tmux -2"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages