Last active
December 15, 2015 12:59
-
-
Save flopezluis/5264154 to your computer and use it in GitHub Desktop.
example to open tabs at start
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
let i_{1} = "~/Dev/project/x.py" | |
let i_{2} = "~/Dev/project/x2.py" | |
let i_{3} = "~/Dev/project/x3.py" | |
let j = 1 | |
while j<=3 | |
execute "tabnew " i_{j} | |
let j=j+1 | |
endwhile | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment