Real Vim's power Why Vim is a better option than others code editors? 🤔 Answering this question is really easy: Terminal Power TL;DR Use Linux's background processes along side Vim to improve your workflow. 😎 Terminal power 🦾 As a Vim user your first super power is the terminal! If you're
Better git management in your console If you use git in your console you should know how easy it is and how useful commands it have as git pull, push, rebase, cherry pick, diff etc, but there is a utility tool to help you deal with git from your terminal, give introduce you to lazygit the
Better git diffs in your terminal git diff is an essential tool, almost required in your daily duties, but, the default view is not friendly in first instance it looks cryptic: So, why not change it and use a more friendly view, git supports different pagers to do that, here I will recommend you delta pager