Skip to content

Instantly share code, notes, and snippets.

@pskrgag
Created August 5, 2021 12:48
Show Gist options
  • Save pskrgag/2eaae394972de1dabb507501ce7c6af1 to your computer and use it in GitHub Desktop.
Save pskrgag/2eaae394972de1dabb507501ce7c6af1 to your computer and use it in GitHub Desktop.
tmux
#!/bin/bash
tmux new-session -d 'vim'
tmux split-window -v 'vim'
tmux -2 attach-session -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment