Skip to content

Instantly share code, notes, and snippets.

@cipriantarta
Last active April 29, 2016 06:30
Show Gist options
  • Save cipriantarta/a76c9ef68dd911136509b647450b03e5 to your computer and use it in GitHub Desktop.
Save cipriantarta/a76c9ef68dd911136509b647450b03e5 to your computer and use it in GitHub Desktop.
tmux dev conf
rename-window Dev
selectp -t 1 # select the first (0) pane
splitw -v -p 50 # split it into two halves
selectp -t 2 # select the new, second (1) pane
resize-pane -D 7
splitw -h -p 50 # split it into two halves
selectp -t 1 # go back to the first pane
send-keys "vim" C-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment