Skip to content

Instantly share code, notes, and snippets.

@dcpc007
Created January 24, 2017 15:55
Show Gist options
  • Save dcpc007/db080c84c62d1f63953288b78f4f693c to your computer and use it in GitHub Desktop.
Save dcpc007/db080c84c62d1f63953288b78f4f693c to your computer and use it in GitHub Desktop.
#Config tmux pour ouvrir une fenêtre avec 3 panes pour les 3 serveurs de licences
#Lancement d'un tmux puis Ctrl-A + : et source-file ~/git/configDC/tmux/slplic
#bind sur une touche non utilisée ? (genre shift-S dans le .tmux.conf)
new -n slplic "ssh lic1"
splitw -h -p 33 "ssh lic3"
splitw -h -p 50 -t 0 "ssh lic2"
#split-window -v 'ipython'
#split-window -h
#new-window 'mutt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment