Tmux - pane current command - help !


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Tmux - pane current command - help !
# 1  
Old 04-28-2018
Tmux - pane current command - help !

Hello Experts !

i have started using tmux recent past . So far so good .

while exploring the option , i found an option as

I log into terminal where i enabled the tmux , and then i log onto a taxi server and then to my application server. My expectation is when i going aound the paths on my app server , i want the pane window to show that path .

can some one help me ? if any other command you as well would be great.

wanted to let you know -

i have tried modifying .bashrc as well . It is working fine , if i am using putty , but not while on tmux.

I am using tmux on windows machine i.e., mintty ( not on ubuntu , mac x )


Code:
#Enable names for panes
set -g pane-border-status top   --> I see this as working with no issue.
#Automatically assign a name
set -g pane-border-format "#P: #{pane_current_command}"  --> This is command is not per my expectation


Thanks in advance.

Last edited by radha254; 04-28-2018 at 01:49 PM..
# 2  
Old 05-01-2018
@moderator -

I did some research on the internet and turns out that I can`t achieve it simply, need to do many and many modifications.

Can you please close the thread?
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Tmux on AIX

Hi, I'm going to build tmux from source on AIX 7.1. Reasons: Terminal multiplexers are a must :) tmux is to GNU screen (part of Toolbox) what vim is to the default AIX vi. The later versions of tmux are considerably nicer than older versions. Also, looks like IBM compiled screen without 256... (4 Replies)
Discussion started by: topcat
4 Replies

2. UNIX for Beginners Questions & Answers

Installing tmux on RHEL 6.5

Hi, I am trying to install tmux on vm allocated to me in my company . i am very new to linux. I have the root access on it. Can someone please provide the exact steps to get it installed. I tried: 1. Using yum, i get the below message. # yum install tmux Loaded plugins: security... (6 Replies)
Discussion started by: kunwar
6 Replies

3. OS X (Apple)

Find file associated with GUI preference pane

The flat files associated with the GUI are very useful in scripting, like the DNS section of the network pref pane seems to be a front end for resolv.conf.. but sometimes I cannot seem to find the file associated with the GUI area so i was wondering what is an easy way to do this? I was... (1 Reply)
Discussion started by: glev2005
1 Replies
Login or Register to Ask a Question