Questions tagged [tmux-plugin-manager]
The tmux-plugin-manager tag has no summary.
12 questions
0
votes
0
answers
635
views
How do I fix Tmux status bar?
I tried a new theme plugin I found from gihub: tmux-tokyo-night. I didn't like it, so I removed the plugin (confirmed with my .tmux.conf file that it was removed) but the broken status bar won't go ...
1
vote
1
answer
2k
views
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 ...
3
votes
1
answer
249
views
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.
...
1
vote
1
answer
959
views
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 ...
1
vote
1
answer
1k
views
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 ...
0
votes
1
answer
605
views
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 ...
1
vote
1
answer
734
views
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 ...
1
vote
2
answers
438
views
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 ...
0
votes
1
answer
581
views
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 ...
4
votes
1
answer
1k
views
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 ...
0
votes
0
answers
156
views
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 ...
0
votes
1
answer
403
views
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 ...