Sublime and Tmux Shortcuts

Sublime Shortcuts to use

Tmux Shortcuts to use (based on my ~/.tmux.conf)

  1. Start new with session name: tmux new -s myname
  2. Attach to the named session: tmux a -t myname
  3. List sessions: tmuz ls
  4. Kill session: tmux kill-session -t myname
  5. Prefix I use: C-a
    • Shortcuts with Windows:
    • Create window:c
    • List Windows: w
    • Next Window: n
    • Previous Window: p
    • Find Window: f
    • Rename Window: ,
    • Kill Window: &

Resources

  1. https://gist.github.com/MohamedAlaa/2961058
  2. https://tmuxcheatsheet.com/
  3. https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
  4. https://github.com/gpakosz/.tmux/blob/master/.tmux.conf