tmux Questions

10

Solved

I did some updating on my Mac and seem to have broken some of my settings. I have the following set in my .bash_profile export PS1="\W $" This is working in my normal bash session to show just th...
Salcedo asked 8/1, 2014 at 20:36

3

When I run Vim from inside a tmux session and copy some text to the clipboard, each line gets padded with spaces to the right. For example, say I have a text file like this: ^some$ ^text$ Note:...
Montanez asked 26/2, 2015 at 18:22

4

Solved

I'm using Mac OS X, iTerm2, zsh and Tmux via Homebrew. When I start a Terminal session in iTerm2, the global PATH variable looks still fine. But when I open up a Tmux session the PATH variable is e...
Warfore asked 24/10, 2012 at 22:8

3

Solved

I have some commands in mind that I don't want to create keybinds for and would prefer to use command mode for them. For example, I want something like: <C-a>:restart-guard That I can have...
Duro asked 4/3, 2015 at 21:9

3

Solved

Right now, when I log in to Tmux, only ~/.bash_profile gets loaded. I'd like ~/.bashrc to get called instead. Is that possible?
Farci asked 11/2, 2015 at 21:10

2

I work on a Mac, using the Terminal to SSH into a Linux box. On the Linux box I have tmux 1.6. I cannot get page up or page down to work correctly. If I am not running tmux, when I hit Page Up the...
Copter asked 27/2, 2015 at 16:26

3

Solved

I'm not sure it this is possible but I use a graphical terminal emulator that has a translucent background so I can see the GUI windows behind it (in this case tinted a shade of blue). I want my st...
Noisome asked 10/3, 2014 at 15:5

3

Solved

I'm writing a bash script that splits the screen in 3 and runs a command on each pane. I basically want to run the bash script and the bash script is supposed to split my screen in 3, and run top ...
Prepositor asked 21/6, 2016 at 21:26

11

Solved

To allow scrolling a tmux pane with a mouse, I put the following in my ~/.tmux.conf file: set -g mouse-mode on However, nothing changes. When I scroll, it still scrolls outside of tmux. Why is thi...
Mossy asked 6/8, 2012 at 16:24

4

This seemingly simple question, is one I cannot find an answer to. The solutions suggesting adding setw -g mouse on into the config, do not work. Yes, the mouse works, but on history. Not on the...
Understudy asked 14/7, 2018 at 20:47

4

Solved

Just like leader_key + C creates a new window inside a session. Is there a similar shortcut for creating a new session ? Currently, I use leader_key + new
Cotyledon asked 1/12, 2020 at 17:36

16

Solved

I have a .tmux.conf which I use on different machines with different tmux versions installed. I want to set different mouse options, depending on the tmux version. On one machine I have version 2....
Shopkeeper asked 26/1, 2016 at 14:39

1

Is there a terminal emulator for Linux that supports tmux control mode? I'm searching for an equivalent to iterm2. iterm2 does the job under Mac OSX.
Humdrum asked 25/10, 2015 at 21:7

4

Solved

I'm using tmux for sometime now, I use vim for coding, and I've noticed some flaws related to the colorschemes ONLY when I'm using vim with tmux. Both terminal support 256 colors when I run this:...
Dessert asked 21/1, 2017 at 19:11

5

I have trouble using anaconda environment in Tmux. I am on OSX. I first tmux Then activate the Conda env: conda activate myenv At this point when I conda info shows the correct active env...
Befuddle asked 26/8, 2019 at 14:50

5

Solved

Here's a solution which may consume a lot of cpu usage (stolen from this article): There's a difference in my Ubuntu 12 ec2 server, I have to use top -bn1 instead of top -ln. Here's my related .tmu...
Heresy asked 19/7, 2012 at 10:30

6

Solved

This is a bit of my tmux.conf cat tmux.conf ... bind a set-window-option synchronize-panes on bind b set-window-option synchronize-panes off As you can see, sync and unsync options for panes are...
Sauerkraut asked 18/9, 2014 at 10:16

4

I want to write a script that gets the active tmux window's name and uses it as a variable for my vim session. Is this possible? I looked through the tmux manual and didn't see anything.
Cortney asked 27/5, 2014 at 21:4

7

Solved

I'm trying to use vim-material theme from https://github.com/kaicataldo/material.vim Below is what happens when i run neovim in tmux Below is what it should look like What i've tried so far: ...
Brabazon asked 19/2, 2020 at 21:39

7

Solved

I am trying to install tmux in my Scientific Linux release 6.5 (Carbon) machine These are the steps I followed wget http://downloads.sourceforge.net/tmux/tmux-1.9.tar.gz tar xvzf tmux-1.9.tar....
Precursor asked 21/2, 2014 at 5:43

5

Solved

This post is similar to this and this, however, without putty, the border could display properly. Therefore, I doubt this was caused by an old version of tmux. I am running FreeBSD 9.2-release and...
Giotto asked 29/4, 2014 at 14:56

3

I am using this tmux configuration. It works fine, except the powerline symbols are not rendered. I have installed the correct fonts, and am using them in the terminal. From the docs: I installed ...
Coprolite asked 10/6, 2021 at 23:47

7

Solved

I'm starting to use tmux (I'm thinking of switching from screen), but I'm having a hard time telling which pane is focused when I split a window into multiple panes. Is there a config customization...
Ambulatory asked 3/2, 2011 at 17:52

2

I recently started to use tmux and likes it a lot. I'd like to know how to set the size of my panes using percentage. For example, there are 3 panels in a row, and I'd like to set the 1 pane to occ...
Alaric asked 11/6, 2019 at 16:51

5

Solved

I am using alacritty and tmux together. Is it possible to make tmux run everytime when I launch alacritty?
Ryle asked 10/5, 2021 at 2:6

© 2022 - 2025 — McMap. All rights reserved.