@@ -41,11 +41,11 @@ preferences go to Profiles -> Keys, and do the following:
4141
4242Screenshots showing the settings:
4343
44- ![ Keyboard Option Key Settings] ( {filename }/static/imgs/keymapping1.png )
44+ ![ Keyboard Option Key Settings] ( {static }/static/imgs/keymapping1.png )
4545
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 )
4747
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 )
4949
5050## Shell Integration
5151
@@ -77,11 +77,11 @@ What these lines do is define two user variables that can be displayed in variou
7777spots in iTerm. My badge setting has the value ` \(user.pythonVersion)` as you can
7878see here:
7979
80- ! [Badge Setting]({filename }/static/imgs/itermbadge.png)
80+ ! [Badge Setting]({static }/static/imgs/itermbadge.png)
8181
8282And then the version displays in the terminal (it' s the 3.9.1 in the corner):
8383
84- 
84+ 
8585
8686As I switch to different Python interpreters this value updates.
8787
@@ -107,15 +107,15 @@ completes you'll get a nice toast notification using OSX's notification system.
107107Shell integration also gives a few handy shell commands, the one I use fairly
108108often is `imgcat` which allows you to view an image right in the terminal window
109109
110- 
110+ 
111111
112112## Status Bar
113113
114114The iTerm2 status bar is also fully configurable. You can display various items
115115like CPU load, or what your current directory is, etc. Mine displays a handful of
116116things:
117117
118- 
118+ 
119119
120120From a glance this shows me that my current battery is 72% charged, CPU is at
12112118%, 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 🤷).
127127You can configure your status bar by going to Profiles -> Session and clicking
128128" Configure Status Bar" . Here' s a screenshot showing my settings:
129129
130- 
130+ 
131131
132132I also configure the status bar to be at the bottom of the window (do this under
133133Appearance -> General -> Status Bar Location)
@@ -141,18 +141,18 @@ Various other settings I turn on, mostly for minor conveniences or visual appeal
141141I turn on transparency (Profiles -> Window -> Transparency). This is a setting
142142I continually fiddle with. 😛
143143
144- 
144+ 
145145
146146I also set these settings under Appearance -> Windows:
147147
148- 
148+ 
149149
150150I like the border around the windows, and find the window number in title bar
151151superfluous.
152152
153153Under Appearance -> Tabs, I have:
154154
155- 
155+ 
156156
157157### Oddball Conveniences
158158
@@ -162,7 +162,7 @@ opt out of beta releases.
162162
163163Under General -> Selection, I have the following:
164164
165- 
165+ 
166166
167167The big one on there for me is that I find the "Copy to pasteboard on selection"
168168feature very annoying, so I turn it off.
0 commit comments