Skip to content

Instantly share code, notes, and snippets.

@mspreij
Created January 13, 2017 14:13
Show Gist options
  • Save mspreij/ce8d00fdb64aae13e6f57cb6c5275272 to your computer and use it in GitHub Desktop.
Save mspreij/ce8d00fdb64aae13e6f57cb6c5275272 to your computer and use it in GitHub Desktop.
#!/bin/bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && . "${TM_SUPPORT_PATH}/lib/bash_init.sh"
# word="${TM_SELECTED_TEXT}${TM_CURRENT_WORD}"
echo selected: ${TM_SELECTED_TEXT}, word: ${TM_CURRENT_WORD}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment