@@ -41,11 +41,11 @@ preferences go to Profiles -> Keys, and do the following:
41
41
42
42
Screenshots showing the settings:
43
43
44
- ![ Keyboard Option Key Settings] ( {filename }/static/imgs/keymapping1.png )
44
+ ![ Keyboard Option Key Settings] ( {static }/static/imgs/keymapping1.png )
45
45
46
- ![ Keyboard Shortcut dialog for moving by word] ( {filename }/static/imgs/keymapping.png )
46
+ ![ Keyboard Shortcut dialog for moving by word] ( {static }/static/imgs/keymapping.png )
47
47
48
- ![ Keyboard Shortcut dialog for moving to start/end of line] ( {filename }/static/imgs/keymapping2.png )
48
+ ![ Keyboard Shortcut dialog for moving to start/end of line] ( {static }/static/imgs/keymapping2.png )
49
49
50
50
## Shell Integration
51
51
@@ -77,11 +77,11 @@ What these lines do is define two user variables that can be displayed in variou
77
77
spots in iTerm. My badge setting has the value ` \(user.pythonVersion)` as you can
78
78
see here:
79
79
80
- ! [Badge Setting]({filename }/static/imgs/itermbadge.png)
80
+ ! [Badge Setting]({static }/static/imgs/itermbadge.png)
81
81
82
82
And then the version displays in the terminal (it' s the 3.9.1 in the corner):
83
83
84
- 
84
+ 
85
85
86
86
As I switch to different Python interpreters this value updates.
87
87
@@ -107,15 +107,15 @@ completes you'll get a nice toast notification using OSX's notification system.
107
107
Shell integration also gives a few handy shell commands, the one I use fairly
108
108
often is `imgcat` which allows you to view an image right in the terminal window
109
109
110
- 
110
+ 
111
111
112
112
## Status Bar
113
113
114
114
The iTerm2 status bar is also fully configurable. You can display various items
115
115
like CPU load, or what your current directory is, etc. Mine displays a handful of
116
116
things:
117
117
118
- 
118
+ 
119
119
120
120
From a glance this shows me that my current battery is 72% charged, CPU is at
121
121
18%, memory utilization is at 22GB, that it' s currently January 31st at 10:59AM,
@@ -127,7 +127,7 @@ probably redundant since that's in my badge, but 🤷).
127
127
You can configure your status bar by going to Profiles -> Session and clicking
128
128
" Configure Status Bar" . Here' s a screenshot showing my settings:
129
129
130
- 
130
+ 
131
131
132
132
I also configure the status bar to be at the bottom of the window (do this under
133
133
Appearance -> General -> Status Bar Location)
@@ -141,18 +141,18 @@ Various other settings I turn on, mostly for minor conveniences or visual appeal
141
141
I turn on transparency (Profiles -> Window -> Transparency). This is a setting
142
142
I continually fiddle with. 😛
143
143
144
- 
144
+ 
145
145
146
146
I also set these settings under Appearance -> Windows:
147
147
148
- 
148
+ 
149
149
150
150
I like the border around the windows, and find the window number in title bar
151
151
superfluous.
152
152
153
153
Under Appearance -> Tabs, I have:
154
154
155
- 
155
+ 
156
156
157
157
### Oddball Conveniences
158
158
@@ -162,7 +162,7 @@ opt out of beta releases.
162
162
163
163
Under General -> Selection, I have the following:
164
164
165
- 
165
+ 
166
166
167
167
The big one on there for me is that I find the "Copy to pasteboard on selection"
168
168
feature very annoying, so I turn it off.
0 commit comments