Ctrl+N — open Nerdtree
- :A switches to the header file corresponding to the current file being edited (or vise versa)
- :AS splits and switches
- :AV vertical splits and switches
- :AT new tab and switches
- :AN cycles through matches
- :IH switches to file under cursor
- :IHS splits and switches
- :IHV vertical splits and switches
- :IHT new tab and switches
- :IHN cycles through matches
- ih switches to file under cursor
- is switches to the alternate file of file under cursor (e.g. on <foo.h> switches to foo.cpp)
- ihn cycles through matches
Comment stuff out. Use gcc to comment out a line (takes a count), gc to comment out the target of a motion (for example, gcap to comment out a paragraph), gc in visual mode to comment out the selection, and gc in operator pending mode to target a comment. You can also use it as a command, either with a range like :7,17Commentary, or as part of a :global invocation like with :g/TODO/Commentary. That's it.
git stats
git worddiff
git recent
git overview
git overview --since='2 weeks'
git recap
git today
git upstream origin/feature/fonts
git local feature/fonts
git changelog 1.0
git graph
git lg