Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Last active June 21, 2018 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethagnawl/d25fea593a8660778fc735e25240abf6 to your computer and use it in GitHub Desktop.
Save ethagnawl/d25fea593a8660778fc735e25240abf6 to your computer and use it in GitHub Desktop.
custom tmuxinator layout
  • manually create your layout
  • run either tmux list-windows outside of your session or run list-windows from inside your session in the (tmux) command prompt
  • the output will contain a substring like: [layout e1ce,158x43,0,0{79x43,0,0,1,78x43,80,0[78x10,80,0,2,78x10,80,11,5,78x10,80,22,3,78x10,80,33,4]}]
  • copy/massage the substring to look like the following and you should be set:
windows:
  - editor:
      layout: e1ce,158x43,0,0{79x43,0,0,1,78x43,80,0[78x10,80,0,2,78x10,80,11,5,78x10,80,22,3,78x10,80,33,4]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment