Tagged Questions
3
votes
1answer
40 views
Is there a way to disable closing panes in Tmux?
I am using tmuxinator. Here is my project file.
project_name: Network
project_root: ~/Code/Network
tabs:
- editor: vim
- worker:
layout: ...
1
vote
1answer
46 views
'subl -w' doesn't ever un-block when running under tmux on OS X
On my mac, I have $EDITOR set to 'subl -w'.
If I run my shell session under tmux, it opens the editor fine, but the command on the terminal never exits. However, this works fine on a terminal by ...
12
votes
1answer
3k views
Use terminal scrollbar with tmux
I know how to scroll in tmux using the keyboard, but I noticed that it looks like there's a way to use the terminal scrollbar with GNU Screen. Can this be done with tmux?