Skip to main content

All Questions

Tagged with
0 votes
0 answers
222 views

Why is Neovim, vim, lunarvim, every vim based terminal editor is very slow

First thing first, I am on ubuntu 23.10, with nvidia RTX 2060 core i5-8400 24 GB RAM and OS on SSD, using "oh my fish" as shell but tried on good old bash too. neovim config is done by ...
user204682's user avatar
0 votes
1 answer
154 views

Shell prompt colored outside of tmux, but not in tmux; how can I get colored prompt in tmux?

I am a new user of tmux and wondering how I can highlight machine name and working directory? What I mean is below. In default Ubuntu terminal: While in tmux: I know this is a minor, but having ...
Darren Christopher's user avatar
0 votes
0 answers
86 views

tmux 1.8 + mobaxterm mouse-mode clicking refuses to work

Trying to get mouse-mode clicking panes to work in a tmux session on mobaxterm, but mouse-mode wont work. Scrolling works fine. I have confirmed mouse-mouse is on using show-options -gw This system is ...
Dave's user avatar
  • 168
0 votes
0 answers
62 views

Tmux does not respond to alt+click as Mac Terminal?

I am very used to using alt+click to move the cursor in Terminal on macOS. I recently switched from screen to tmux and this no longer works despite having mouse-mode set to on in my config (and it is ...
donkey's user avatar
  • 113
1 vote
1 answer
2k views

How to pipe vim clipboard through tmux?

I noticed when using VIM through the terminal, I can easily copy a line of text to my system clipboard using the clipboard register like V"+y (that is, then paste that text to some other window ...
flawr's user avatar
  • 799
0 votes
1 answer
340 views

Why does tmux show `binfmt-bypass` as the window name in sessions when nvim is open?

I'm running Ubuntu 20.04, and I have tmux open. The window names in tmux usually display the name of the running program in the active pane. Mostly this works as expected -- eg bash and python show up ...
exp1orer's user avatar
  • 101
0 votes
0 answers
226 views

`tmux list` sets my shell in an unresponsive state

I'm running bash on an ubuntu machine, and trying to list active tmux sessions I tried executing tmux list (a non-existant tmux command) that puts my shell in some kind of unresponsive state. The same ...
Moberg's user avatar
  • 67
3 votes
1 answer
9k views

PowerLevel10K prompt not getting correctly formatted in tmux

I am using oh-my-zsh shell and powerlevel10k theme on my system. I recently installed tmux. But for some reason the prompt of tmux is not getting correctly formatted. Here is my .tmux.conf file: set -...
Amul Agrawal's user avatar
1 vote
1 answer
2k views

tmux run a pipe/chain of commands with keybinding

How can I run a chain of command like in shells with tmux? I want to run multiple commands based on success of them. I want to echo out to terminal (or command bar) E.g. I have a keybinding to reload ...
user14492's user avatar
  • 140
1 vote
1 answer
367 views

tmux ctrl-a stopped working after upgrade to Ubuntu 20.04

I have had my tmux prefix set to c-a for as long as I can remember. Immediately after upgrading to Ubuntu 20.04, ctrl-a no longer works. My terminal (gnome and xterm) simply display ^A. If I change ...
pinoyyid's user avatar
1 vote
1 answer
971 views

global tmux logging with rotation and cleanup

Is it possible to configure tmux so that whatever sessions are created, executed, closed tmux would automatically create appropriate directory with unique session name, log all the output of those ...
vach's user avatar
  • 305
0 votes
1 answer
2k views

If named tmux session exists, make new session and group with it, else create that named tmux session

What I Want I'm trying to automate connecting to a remote machine in multiple, separate ssh terminals and have independent tmux sessions for each remote terminal while sharing the same windows (i.e. ...
Cliff Armstrong's user avatar
0 votes
1 answer
2k views

vim color scheme breaks when using tmux

I am using Ubuntu 18 LTS, gnome-terminal, with vim 8.0. When I am not using a color scheme, vim looks the same when launched inside or outside of tmux: However, when I use a color scheme (in this ...
Foobar's user avatar
  • 93
1 vote
2 answers
3k views

Tmux on Windows WSL: unable to start a new pane at current directory

Trouble: With identical settings, and a safety check command, firing shortcuts to create new panes in Tmux on WSL only get me new panes started at home dir. Settings as well demonstrations go as ...
llinfeng's user avatar
  • 1,300
4 votes
2 answers
41k views

How to install softwares for all users?

I am running an Ubuntu 18.04 server among a small group. How can I install some common software that all users can use at the same time? On my own laptop, I can just use apt-get. However, it has a ...
Yi Shen's user avatar
  • 57

15 30 50 per page