Muscle memory
vim maps – simple commands to do stuff.
2013/08/28
Some time back, I was working on some script for logging and I wanted to change the class to function like this: $logger->Debug("Test string"); loggerFunc("Debug", "Test String"); As you can see, …