Tagged Questions
1
vote
2answers
29 views
Displaying a vertically wrapped buffer for efficiently viewing more output in the terminal
Suppose I have large amounts of log output or something that I want to keep tabs on, to be able to view simultaneously as much output as possible.
I have lots of screen real-estate, and to make ...
1
vote
0answers
22 views
Check if Vim has more than one window open [migrated]
I'd like to overload my tmux binding which cycles through panes to also cycle through Vim windows if the current pane happens to be running Vim.
I can detect the presence of Vim by checking the pane ...
-1
votes
0answers
32 views
Tmux copy mode mouse selection behavior is strange [closed]
In TMUX (all versions I have tested: 1.5, 1.6, 1.7, 1.8), when the mouse is used to select a buffer from a pane in Copy Mode, I notice that it causes the terminal's cursor position to flicker across ...
0
votes
1answer
45 views
pager (less) — get current scroll position?
I am scripting the display of the output of a script (well, it is just the program git diff) with tmux: Once a filesystem change is detected the shell script executes tmux send-keys q enter C-l "git ...
0
votes
1answer
76 views
Is it possible to run two different versions of tmux simultaneously?
Tmux 1.8 crashes the iOS Prompt app.
But I need 1.8 to get the iTerm2 integration.
So I'm hoping I can somehow make my server be able to run two tmux servers. However it looks like the Tmux 1.6 ...
0
votes
1answer
42 views
TMUX: show display-panes while presenting a command-prompt?
Does tmux allow us to do this?
What i'm trying to configure is a command-line where you are to enter a pane that you intend to move somewhere, and what's quite unfortunate is that once you hit any ...
0
votes
1answer
41 views
Tmux: pane title (#T) is reported as “fg” rather than something more informative
Is there a way to get Tmux to show a more informative pane name?
If in a particular pane I have suspended a process and come back to it (with Zsh that's invoking it with either fg or something like ...
1
vote
1answer
117 views
tmux kill many windows at once [closed]
I have a ton of windows open on my tmux session and I want to kill 75% of them. Is there a way to kill multiple windows at once instead of going to each window and killing it individually?
0
votes
1answer
212 views
tmux set -g mouse-select-window not working
from what I understand
set -g mouse-select-window on
Should allow me to click on a window in the status bar and go to that window. I put that in my tmux.conf file though and nothing happens when I ...
0
votes
1answer
435 views
tmux set -g mouse-mode on doesnt work
I've been looking around and people say that putting
set -g mouse-mode on
should let you scroll through the terminal output when running tmux. However, after both putitng this in my ~/.tmux.conf ...