Skip to content

Instantly share code, notes, and snippets.

View acharyab15's full-sized avatar

Bipeen Acharya acharyab15

View GitHub Profile
@acharyab15
acharyab15 / tmux-cheatsheet.markdown
Created August 15, 2018 03:52 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close