Skip to content

Instantly share code, notes, and snippets.

@flopezluis
Last active December 15, 2015 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flopezluis/5264154 to your computer and use it in GitHub Desktop.
Save flopezluis/5264154 to your computer and use it in GitHub Desktop.
example to open tabs at start
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