-
Notifications
You must be signed in to change notification settings - Fork 0
/
iTerm2固定标签名字.html
176 lines (165 loc) · 10.7 KB
/
iTerm2固定标签名字.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="littlewhite" />
<meta name="copyright" content="littlewhite" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary">
<meta name="keywords" content="mac, iterm2, Skill, " />
<meta property="og:title" content="iTerm2固定标签名字 "/>
<meta property="og:url" content="https://chukeer.github.io/iTerm2固定标签名字.html" />
<meta property="og:description" content="iTerm2是Mac上最好用的终端app,没有之一。使用终端时往往需要连接不同的服务器,通常我们会为每个服务器连接设置一个profile 这样点击一个profile就可以快速连接服务器,但这时可能会出现另一个问题,当我们打开多个标签时,希望能通过标签名字区分每个连接,最好是以profile name来标记,而iTerm2默认会根据你运行的程序自动切换标签的名字,比如我分别连接了“内网开发机55”和“内网开发机57”这两个配置,结果显示出来的是这样 如果要固定标签名字,有如下两个方式 临时修改¶ 修改session title,Edit->Edit Session(cmd+I),输入session title即可。这种方式只是临时修改了标签名字 永久性修改¶ 先确保Preference->Appearance->Show profile name已经勾选上 再打开Preference->Profiles,选中你要设置的profile,点击右边的Terminal标签,将Terminal may set tab/window name ..." />
<meta property="og:site_name" content="楚客" />
<meta property="og:article:author" content="littlewhite" />
<meta property="og:article:published_time" content="2016-10-31T00:00:00+08:00" />
<meta property="" content="2016-10-31T00:00:00+08:00" />
<meta name="twitter:title" content="iTerm2固定标签名字 ">
<meta name="twitter:description" content="iTerm2是Mac上最好用的终端app,没有之一。使用终端时往往需要连接不同的服务器,通常我们会为每个服务器连接设置一个profile 这样点击一个profile就可以快速连接服务器,但这时可能会出现另一个问题,当我们打开多个标签时,希望能通过标签名字区分每个连接,最好是以profile name来标记,而iTerm2默认会根据你运行的程序自动切换标签的名字,比如我分别连接了“内网开发机55”和“内网开发机57”这两个配置,结果显示出来的是这样 如果要固定标签名字,有如下两个方式 临时修改¶ 修改session title,Edit->Edit Session(cmd+I),输入session title即可。这种方式只是临时修改了标签名字 永久性修改¶ 先确保Preference->Appearance->Show profile name已经勾选上 再打开Preference->Profiles,选中你要设置的profile,点击右边的Terminal标签,将Terminal may set tab/window name ...">
<title>iTerm2固定标签名字 · 楚客
</title>
<!--
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
--!>
<link href="https://chukeer.github.io/theme/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="https://chukeer.github.io/theme/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://chukeer.github.io/theme/css/pygments.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://chukeer.github.io/theme/tipuesearch/tipuesearch.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://chukeer.github.io/theme/css/elegant.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://chukeer.github.io/theme/css/custom.css" media="screen">
</head>
<body>
<div id="content-sans-footer">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://chukeer.github.io/"><span class=site-name>楚客</span></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right top-menu">
<li ><a href="https://chukeer.github.io">Home</a></li>
<li ><a href="https://chukeer.github.io/categories.html">Categories</a></li>
<li ><a href="https://chukeer.github.io/tags.html">Tags</a></li>
<li ><a href="https://chukeer.github.io/archives.html">Archives</a></li>
<li><form class="navbar-search" action="https://chukeer.github.io/search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<article>
<div class="row-fluid">
<header class="page-header span10 offset2">
<h1><a href="https://chukeer.github.io/iTerm2固定标签名字.html"> iTerm2固定标签名字 </a></h1>
</header>
</div>
<div class="row-fluid">
<div class="span2 table-of-content">
<nav>
<h4>Contents</h4>
<div class="toc">
<ul>
<li><a href="#_1">临时修改</a></li>
<li><a href="#_2">永久性修改</a></li>
</ul>
</div>
</nav>
</div>
<div class="span8 article-content">
<p>iTerm2是Mac上最好用的终端app,没有之一。使用终端时往往需要连接不同的服务器,通常我们会为每个服务器连接设置一个profile</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-profile.jpg"/></p>
<p>这样点击一个profile就可以快速连接服务器,但这时可能会出现另一个问题,当我们打开多个标签时,希望能通过标签名字区分每个连接,最好是以profile name来标记,而iTerm2默认会根据你运行的程序自动切换标签的名字,比如我分别连接了“内网开发机55”和“内网开发机57”这两个配置,结果显示出来的是这样</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-table-name1.jpg"/></p>
<p>如果要固定标签名字,有如下两个方式</p>
<h3 id="_1">临时修改<a class="headerlink" href="#_1" title="Permanent link">¶</a></h3>
<p>修改session title,<code>Edit->Edit Session(cmd+I)</code>,输入session title即可。这种方式只是临时修改了标签名字</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-session-title.jpg"/></p>
<h3 id="_2">永久性修改<a class="headerlink" href="#_2" title="Permanent link">¶</a></h3>
<p>先确保<code>Preference->Appearance->Show profile name</code>已经勾选上</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-preference.jpg"/></p>
<p>再打开<code>Preference->Profiles</code>,选中你要设置的profile,点击右边的Terminal标签,将<code>Terminal may set tab/window name</code>前的勾取消掉</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-profile2.jpg"/></p>
<p>这时再重新链接,就是这样的效果了</p>
<p><img alt="" src="http://littlewhite.us/pic/iterm2-table-name2.jpg"/></p>
<hr/>
<aside>
<nav>
<ul class="articles-timeline">
<li class="previous-article">« <a href="https://chukeer.github.io/linux终端输出带颜色字符.html" title="Previous: linux终端输出带颜色字符">linux终端输出带颜色字符</a></li>
<li class="next-article"><a href="https://chukeer.github.io/linux shell发送邮件.html" title="Next: linux shell发送邮件">linux shell发送邮件</a> »</li>
</ul>
</nav>
</aside>
</div>
<section>
<div class="span2" style="float:right;font-size:0.9em;">
<table class="table">
<!-- <time pubdate="pubdate" datetime="2016-10-31T00:00:00+08:00">10 31, 2016</time> -->
<tr>
<td>Published</td>
<td><time pubdate="pubdate" datetime="2016-10-31T00:00:00+08:00">2016-10-31</time></td>
</tr>
<tr>
<td>Category</td>
<td><a class="category-link" href="https://chukeer.github.io/categories.html#skill-ref">Skill</a></td>
</tr>
<tr>
<td>Tags</td>
<td>
<ul class="list-of-tags tags-in-article">
<li><a href="https://chukeer.github.io/tags.html#iterm2-ref">iterm2
<span>1</span>
</a></li>
<li><a href="https://chukeer.github.io/tags.html#mac-ref">mac
<span>7</span>
</a></li>
</ul>
</td>
</tr>
</table>
</div>
</section>
</div>
</article>
</div>
<div class="span1"></div>
</div>
</div>
<div id="push"></div>
</div>
<footer>
<div id="footer">
<ul class="footer-content">
<li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>. Theme: <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
</ul>
</div>
</footer> <!--
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
-->
<script src="https://chukeer.github.io/theme/js/jquery.min.js"></script>
<script src="https://chukeer.github.io/theme/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
<script>
$("div.article-content table").addClass("table table-hover");
</script>
</body>
<!-- Theme: Elegant built for Pelican
License : http://oncrashreboot.com/pelican-elegant -->
</html>