Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active December 4, 2020 13:30
Show Gist options
  • Select an option

  • Save obfusk/ca532591f54492297c1d05520fecc741 to your computer and use it in GitHub Desktop.

Select an option

Save obfusk/ca532591f54492297c1d05520fecc741 to your computer and use it in GitHub Desktop.
open files in vim tabs
#!/bin/bash
exec v -R "$@"
#!/bin/bash
exec vim --cmd 'set tpm=40' -p "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment