Posts

Showing posts from October, 2024

Vim + Tmux For Hackers

Tmux + Vim  for  Hackers :) As hackers, we spend most of our time working in the terminal. Green and dark screens are everywhere—that’s what makes us hackers! Vim is one of the greatest tools ever (after Git). Moving around without touching your mouse or even taking your hands off the keyboard is amazing. It’s like typing something, but actually, you’re navigating like a real hacker. I’m not here to teach you how to use Vim or how to install it (even though it comes pre-installed on most Linux distros and macOS). Instead, I want to show you how combining Vim motions with Tmux will give you the ultimate terminal power. You’ll be more productive, innovative, and able to move seamlessly from one terminal window to another, split them into tabs, or open new windows like a pro. First, make sure: You have Vim installed. You have Tmux installed. You should also install ` oh-my-tmux `, which is amazing for setting up Tmux easily. This is my setup for tmux (config) :  go to my...