Questions tagged [tmux-plugin-manager]
11 questions
4
votes
2 answers
How can I use a mac to scroll and copy-paste text on the tmux via ssh?
I always use macos Terminal.app to control my ubuntu servers via ssh, and I need to use tmux to keep my program running in background.
Now, I know how to configure the tmux (on my ubuntu servers) to enable scroll screen by mouse:
add configuration…
Nico
- 151
- 4
1
vote
0 answers
How to properly configure plugins in tmux?
All plugin installation examples use the configuration file ~/.tmux.conf as if it exists. I don't have this file anywhere, the attempt to create it manually and add plugins is simply ignored.
Where is this file located?
Why the attempt to install…
Santa Monica
- 121
- 1
1
vote
1 answer
How to ovewrite plugins configuration with user configuration?
I'd like to use tmux-pain-control but I have C-h set to move window left, and since tpm says it needs to go at the very bottom of the configuration file, the plugins always overwrite my configuration.
How can I make it so I can overwrite the plugin…
user96101
1
vote
1 answer
tmux: How to copy large bodies of text to system clipboard?
I shift click to select text then shift-C-c to copy it to the system clipboard, but I can't do this and scroll to copy large bodies of text and can't do it using only keys either.
I'm running kali 2020.4, zsh, tmux 3.1c, and xterm-256color (in tmux…
zapata013
- 19
- 5
1
vote
1 answer
tmux copy is slow on macOS
I am having this issue for about 2 years now (since I started to use tmux in Summer 2018) and I have not found a solution to this problem. Any help is greatly appreciated!
The copy functionality of tmux is slow. Often times when I copy using mouse…
krafts
- 35
- 6
1
vote
1 answer
Measure startup times of tmux
I'd like to profile the performance of tmux. In particular how fast starting up a session is (and maybe also attaching to a session). I'm especially interested in how the content of my .tmux.conf file affects startup times (I use plugins).
How…
Klas Mellbourn
- 387
- 4
- 13
1
vote
2 answers
Buttons for new panes in tmux
I find Ctrl+b " and Ctrl+b x to be difficult to press quickly. I know you can change the prefix to something else, and rebind keys.
However I'd ideally like buttons that allow me to create new panes and close them. This would work well with the…
Adam Griffiths
- 331
- 3
- 7
0
votes
1 answer
Clear tmux status bar completely
I have been messing around with my tmux status bar and have behavior I don't know how to explain. I wish to clear the entire status bar and start layering it step by step, to understand what each piece does. I do the following:
Where are the boxes…
snar
- 103
- 2
0
votes
1 answer
Centos 7 minimal, installing tmux app manager and fluxbox styles
I'm having difficulty installing things like tmux app manager and fluxbox styles.
In both cases i attempt to tar into their directories ~/.tmux/plugins/tpm & ~/.fluxbox/styles
like this sudo tar -xjf trinity.tar.bz2 ~/.fluxbox/styles
however I…
sodaTab
- 3
- 2
0
votes
0 answers
Tmux-logging: zle reset-prompt cause enter in log file
I need real-time clock in prompt so I enable trap with zle reset-prompt, this causing tmux-logging continue to capture like enter with TMOUT=1 - each 1s causing like new line, I have bunch of these lines in log file:
[user@localhost…
Tuyen Pham
- 1,765
- 1
- 16
- 46
0
votes
1 answer
Documentation about tmux TPM plugins
I'm wanting to build a TPM based plugin but the example provided is extremely minimal, doesn't explain how to do things (like creating commmands that can be used in the tmux status bar, or how to have args passed to the plugin for example).
Is…
Thermatix
- 351
- 4
- 14