|
|
|
|
|
by rodorgas
1503 days ago
|
|
On Vim there's a plugin called Vimux which allows me to control other pane from Vim. For example, I type `<leader>l` and it runs the last command on the next pane, which usually is a command to test the code I'm working on. Sure, you can do everything in a WM or DE, but I use Linux and macOS and it's nice to have the same configuration, keybindings and environment everywhere. I also find tmux more customizable than Gnome Terminal and easier to setup than st or urxvt. |
|