Rails + Tmux + Vim Quick Commands
| Sym | Command | Description |
|---|---|---|
| 🆕 | tmux new -t rails |
Create and attach a new tmux session named rails |
| ⬆️ | vim Gemfile |
Open the Gemfile using Vim |
| ⬇️ | :tabe spec/rails_helper.rb |
Open Rails configuration file in a new Vim tab |
| ⬇️ | :tabe spec/rspec_helper.rb |
Open RSpec configuration file in a new Vim tab |
| ⌨️ | gt |
Switch between open Vim tabs |
| ⌨️ | Ctrl + b, then Ctrl + Shift + % |
Split tmux window into right panel (side-by-side) |
| ⌨️ | Ctrl + b → → |
Move focus to the **rig |