Tmux - Plugins & RC
Awesome plugins
Tmuxinator
Tmux sessionizer!
TmuxP
Tmux sessionizer!
Tmux Resurrect
Persist Tmux sessions!
TmuxRC
Location will be $HOME/.tmux.conf
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind r source-file ~/.tmux.conf
set -g base-index 1
bind -r D neww -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/dotfiles/todo.md"
I had to look this up. I had to look up most things.