CTChristian Tegethoffintegethoff.itĀ·Apr 24, 2023 Ā· 6 min readāļø Get into IdeaVim configuration, from basic to advancedThe IdeaVim is a Vim emulation plugin for IntelliJ Platform-based IDEs. It has a lot of supported motions and operations and can help you to quickly edit code and navigate through it. Install IdeaVim by using the IDE's plugin manager (File -> Setting...00
CTChristian Tegethoffintegethoff.itĀ·Apr 19, 2023 Ā· 3 min readš§ Move your Home directory to another hard drive or partitionMoving the home directory to another hard drive or just a partition, is often a good idea: You might need more space on your hard drive and most likely your home folder is the biggest folder. So moving it to another hard drive frees up a lot of spac...00
CTChristian Tegethoffintegethoff.itĀ·Mar 4, 2022 Ā· 1 min readį š©³ Fetch and Rebase Master the easy wayWhen fetching and rebasing the master/main/develop branch, you might use up to four git commands. Here my Top-Down list, starting with the most annoying: šš½ 4 commands which can't be put in an alias without a parameter git checkout master git fetch...00