âImagine waving your hands like a conductor, and all the instruments play exactly what you want. Thatâs the feeling I chase every day in my workflow.â
As a developer, you know the grind. Hours staring at code, switching between files, terminals, documentation, and the browser.
Iâve spent yearsâPHP, Laravel, WordPressâbuilding things, shipping features, debugging mysteries that only emerge on production. And honestly? My workflow used to be⊠chaotic.
Iâd open VSCode, jump between files, repeat tasks for every file, type the same commands in terminal, hunt for extensions, and tweak settings for hours. Sometimes, it felt like I was working harder on my tools than on the code itself.
So, I decided: enough is enough. I needed a workflow that would feel like music, where everything follows my rhythm.
đ§° Step 1: VSCode â More Than an Editor
Letâs get one thing straight: VSCode is already powerful. Youâve probably used it, tried to tweak it, installed extensions, mapped some shortcuts, maybe even felt like you could get more. Thatâs exactly where I started.
I didnât reinvent the wheel. Instead, I:
- Fine-tuned shortcuts for navigation, file operations, splits, multiple cursors, rename/copy/paste/delete.
- Automated repetitive tasks, so I spend less time on mundane actions.
- Optimized editor behavior â line numbers, relative lines, minimap, mouse-wheel zoom, word wrap, cursor style â little tweaks that make long coding sessions smoother.
All these changes might seem small individually, but together they create a flow state: you move fast, think less about the tools, and more about your code.
⥠Pro tip: You donât need to memorize everything. Start with basics, then gradually adopt more shortcuts as they become intuitive.
Minimal. Clean. Focused.
Ever opened VSCode or an IDE and felt like you were staring at Photoshop on steroids? Too many panels, toolbars, icons, and options screaming for attention. Thatâs distraction. Thatâs wasted mental energy.
I stripped it all down. No clutter. Only what matters.
- Tabs hidden, activity bar minimized, and tree view clean.
- Vim keybindings that let me navigate, edit, and manipulate code without touching the mouse.
- Terminal, Zsh, and shell tools integrated seamlessly.
At first, itâs a bit overwhelming. Shortcuts everywhere. Muscle memory required. But thatâs the point: youâre training your brain to think faster, navigate faster, and code faster.
Within a few weeks, what felt hard became second nature. And suddenly, I was a coding beastâflowing through projects without hesitation.
đ Step 2: Zsh â My Terminal, My Orchestra
Terminal isnât just a black box. With Oh My Zsh, plugins, and careful configuration, it becomes your stage.
Hereâs what I did:
- Chose plugins I actually use. Not random flashy ones. Just the ones that save keystrokes and provide info I need daily.
- Set aliases for almost everything: IP checks, file navigation, clipboard encoding, ports, battery status.
- Added functions like
mkcd(make + cd) andmarkdown2pdffor everyday automation. - Maintained a clean PATH and MANPATH â no clutter, no confusion.
The result? I type less, know more, navigate faster, and reduce mental friction. And the best part: itâs satisfying, like conducting an orchestra where every note follows my command.
đ Step 3: Extensions That Actually Work
Extensions are powerful⊠if you know how to use them:
- Not installed randomly. Each one has a purpose.
- For example, Vim emulation isnât about hardcore keybindings. I use the basics:
a,A,b,f,l,h,i,k,gg,<S-g>. Enough to move fast without pain, while keeping things simple. - My 90+ keybindings arenât show-offs. Theyâre practical, covering navigation, edits, file ops, multi-file workflow â everything a dev needs to move like a ghost in the code.
đ You can learn these Vim motions in 15â20 minutes on online platforms. Itâs worth it, I promise.
đĄ Step 4: Why This Workflow Matters
You might be thinking: âIsnât this just personal preference?â Yes⊠and no.
- This workflow is personal, but built on well-known tools. Anyone can adapt it.
- Itâs fast, reduces repetitive stress, and makes coding enjoyable.
- You donât need to memorize a million shortcuts. Start small, add as needed.
- Works for PHP, Laravel, WordPress, but honestly, itâs universal. JS, Python, Ruby â itâs all faster with the right setup.
The best part? Once you master this rhythm, coding feels like music. You think, you move, you execute. And the satisfaction? Hard to describe. But anyone whoâs been in the zone knows exactly what I mean.
đ§ Step 5: My Advice to Fellow Devs
- Start with your editor. Donât chase every plugin. Choose what you actually use.
- Automate the boring stuff. Aliases, functions, macros â small wins accumulate.
- Simplify navigation. Learn the basic motions and shortcuts. Youâll move like a ninja.
- Iterate. Donât try to get âperfectâ immediately. Your workflow evolves with your projects.
- Enjoy the ride. Feeling in control of your environment is like conducting your own orchestra.
đ Key Takeaway:
Workflow isnât about complexity. Itâs about clarity, rhythm, and personal satisfaction. Start small, automate where you can, and let your tools follow your lead â not the other way around.
đ© Find the complete configuration on this github respository:
https://github.com/mahafuz/.config
Top comments (2)
Really liked how clearly you walked through each part of your setup without getting lost in the weeds. The section on stripping VSCode down to a minimal, clean interface stood out in particularâit really drives home how much mental energy clutter can steal. The âstart small, then iterateâ advice ties everything together nicely.
Thanks for your kind feedback!