|
|
|
|
|
by cryptonector
2307 days ago
|
|
I use nested tmuxes, one per workspace, and one to hold all of them, with small scripts to launch new ones making sure that the top-level tmux window is named the same as the workspace tmux session. In every C/C++/Java workspace I run cscope on tmux window #0, with a CSCOPE_EDITOR script that launches the real $EDITOR in a new window in the same session, with the window named after the basename of the file being edited. This makes it trivial for me to find my way around all my shells and running $EDITORs. Altogether this allows me to avoid using the mouse a great deal. |
|