Skip to content

Instantly share code, notes, and snippets.

@felix-d
Created July 3, 2015 20:21
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 felix-d/ed19c70f68975af8048a to your computer and use it in GitHub Desktop.
Save felix-d/ed19c70f68975af8048a to your computer and use it in GitHub Desktop.
Track current position inside emacs term
if [ -n "$INSIDE_EMACS" ]; then
chpwd() { print -P "\033AnSiTc %d" }
print -P "\033AnSiTu %n"
print -P "\033AnSiTc %d"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment