Git Diff Awesomeness
Big upgrades to my git diff experience today! Mouse scrolling in git diffs and much easier to read syntax-highlighted diffs with word-level changes. Mouse scrolling in git diffs First, install a newer version of less because of course macOS doesn’t ship updated core tools. brew install less && brew link less Next, configure iTerm2 to pass arrow keys on scroll in alternate screen mode. Go to Preferences → Advanced and search for “scroll” to find the setting “Scroll wheel sends arrow keys when in alternate screen mode” and set it to Yes. ...