Created
January 24, 2017 15:55
-
-
Save dcpc007/db080c84c62d1f63953288b78f4f693c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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