Skip to content

Instantly share code, notes, and snippets.

View lalitmeeq's full-sized avatar
🏠
Working from home

Lalit Kumar lalitmeeq

🏠
Working from home
View GitHub Profile
@colmarius
colmarius / tmux-tmuxinator-setup.md
Last active August 2, 2024 21:31
Project start/stop with tmux + tmuxinator

1. Install tmux + tmuxinator

gem install tmuxinator

2. Add ~/.tmuxinator project specific configurations

# File: ~/.tmuxinator/project-name.yml

name: project-name
You'll often see this recommendation for navigating up a directory tree.
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
etc.
But there is better, shorter way:
@sdondley
sdondley / tmux split-window subcommand.md
Last active October 30, 2024 12:11
Super Guide to the split-window tmux Subcommand (and Beyond)

Super Guide to the split-window tmux Subcommand (and Beyond)

Guide overview

tmux, like other great software, is deceptive. On the one hand, it's fairly easy to get set up and start using right away. On the other hand, it's difficult to take advantage of tmux's adanced features without spending some quality alone time with the manual. But the problem with manuals is that they aren't geared toward beginners. They are geared toward helping seasoned developers and computer enthusiasts quickly obtain the