Skip to content

Instantly share code, notes, and snippets.

@thegass
Last active March 16, 2016 09: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 thegass/a1e911821e2bb5adaec8 to your computer and use it in GitHub Desktop.
Save thegass/a1e911821e2bb5adaec8 to your computer and use it in GitHub Desktop.
usefull vim-replacement commands f. typo3 upgrades
:%s/t3lib_div/\\TYPO3\\CMS\\Core\\Utility\\GeneralUtility/g
:%s/t3lib_extMgm/\\TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility/g
:%s/Tx_Extbase_Utility_Extension/\\TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment