-
-
Notifications
You must be signed in to change notification settings - Fork 1
General Tips
Caleb Bassi edited this page May 3, 2020
·
8 revisions
- use an editor that has a vim mode
- use the browser with a vim mode extension
- do all of your text editing in your editor and then copy it to wherever you need it
- alias your shell commands to something shorter, like changing
git
tog
- use ergonomic shell utilities like fish shell and fzf
- reduce the amount of code you need to write with code snippets, autocompletion, and refactoring tools
- reduce repetition with vim macros and search and replace