May 18, 2021

Renaming tmux window


When you create a new window prefix + c in tmux, it will be named after default shell you are using. When you run a specific script or program, the name will change to the program that’s being executed but once the process is completed, it will go back to default shell name. To keep track of each window session, you should make a habit of renaming the window.

The command line instruction for renaming window is

tmux rename-window new_name

and the shortcut for renaming window is

prefix + , new_name

You might also like...
Using specific node version in rails app.
Fix error in ruby. ruby is loading crypto in an unsafe way
Ways of Managerial Communication
Types of Organizational Communication
Purpose of Business Communication
Need for communication
Importance of Communication
Definition of Communication
Characteristics and Benefits of Effective Communication
7 Cs of Effective Communication
Fixing mysql2 install error
Debugging Matplotlib
Ubuntu system program problem detected[Solved]
Serving Content through Cloudflare network
One liner server command in ruby
Free website using jekyll and free github hosting
How to install Jekyll ?
How to register for GithubEducation Pack ?
How to install Ruby on Linux

Follow