Skip to content

Commit

Permalink
deploy: bb4c9ac
Browse files Browse the repository at this point in the history
  • Loading branch information
malkoG committed Nov 9, 2023
1 parent 2167176 commit a158503
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://bridgetownrb.com/" version="1.3.1">Bridgetown</generator><link href="https://kodingwarrior.github.io/rss.xml" rel="self" type="application/atom+xml" /><link href="https://kodingwarrior.github.io/" rel="alternate" type="text/html" /><updated>2023-11-09T07:28:17+00:00</updated><id>https://kodingwarrior.github.io/rss.xml</id><title type="html">KODINGWARRIOR QUEST</title><subtitle>고생을 사서 하는 개발자의 여정은 앞으로도 계속됩니다.</subtitle><entry><title type="html">『업무 시각화』 리뷰</title><link href="https://kodingwarrior.github.io/post/2022/05/27/review-of-making-work-visible" rel="alternate" type="text/html" title="『업무 시각화』 리뷰" /><published>2022-05-27T23:59:59+00:00</published><updated>2022-05-27T23:59:59+00:00</updated><id>repo://posts.collection/_posts/2022-05-27-review-of-making-work-visible.md</id><content type="html" xml:base="https://kodingwarrior.github.io/post/2022/05/27/review-of-making-work-visible">&lt;p class=&quot;flex justify-center&quot;&gt;&lt;img src=&quot;https://image.aladin.co.kr/product/22896/26/cover500/k602636940_1.jpg&quot; alt=&quot;업무 시각화 표지&quot; /&gt;&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://bridgetownrb.com/" version="1.3.1">Bridgetown</generator><link href="https://kodingwarrior.github.io/rss.xml" rel="self" type="application/atom+xml" /><link href="https://kodingwarrior.github.io/" rel="alternate" type="text/html" /><updated>2023-11-09T07:51:01+00:00</updated><id>https://kodingwarrior.github.io/rss.xml</id><title type="html">KODINGWARRIOR QUEST</title><subtitle>고생을 사서 하는 개발자의 여정은 앞으로도 계속됩니다.</subtitle><entry><title type="html">『업무 시각화』 리뷰</title><link href="https://kodingwarrior.github.io/post/2022/05/27/review-of-making-work-visible" rel="alternate" type="text/html" title="『업무 시각화』 리뷰" /><published>2022-05-27T23:59:59+00:00</published><updated>2022-05-27T23:59:59+00:00</updated><id>repo://posts.collection/_posts/2022-05-27-review-of-making-work-visible.md</id><content type="html" xml:base="https://kodingwarrior.github.io/post/2022/05/27/review-of-making-work-visible">&lt;p class=&quot;flex justify-center&quot;&gt;&lt;img src=&quot;https://image.aladin.co.kr/product/22896/26/cover500/k602636940_1.jpg&quot; alt=&quot;업무 시각화 표지&quot; /&gt;&lt;/p&gt;

&lt;p class=&quot;text-center py-3&quot;&gt;&lt;a href=&quot;https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=228962643&quot;&gt;『업무 시각화』 구매 URL&lt;/a&gt;&lt;/p&gt;

Expand Down
14 changes: 12 additions & 2 deletions wiki/workbench/cheatsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,18 @@ <h3 id="amethyst">Amethyst</h3>
<h3 id="wezterm">Wezterm</h3>

<ul>
<li><code class="highlighter-rouge">Ctrl + PgUp/PgDown</code> - counter-clockwise/clockwise 방향으로 활성화할 탭을 변경할 수 있다.</li>
<li><code class="highlighter-rouge">Ctrl + Shift + PgUp/PgDown</code> - counter-clockwise/clockwise 방향으로 현재 활성화된 탭의 위치를 옮길 수 있다.</li>
<li><kbd>Ctrl</kbd> + (<kbd>PgUp</kbd> or <kbd>PgDown</kbd>) - counter-clockwise/clockwise 방향으로 활성화할 탭을 변경할 수 있다.</li>
<li><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + (<kbd>PgUp</kbd> or <kbd>PgDown</kbd>) - counter-clockwise/clockwise 방향으로 현재 활성화된 탭의 위치를 옮길 수 있다.</li>
<li>(custom) <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + (<kbd>z</kbd> or <kbd>x</kbd>) - 터미널의 opacity를 조절한다. <a href="https://github.com/malkoG/dotfiles/blob/main/private_dot_config/wezterm/keymaps.lua#L87-L103">관련 코드</a>
<ul>
<li>노트북 한 화면만 보고 작업해야할때 종종 사용한다. 백그라운드에 UI 화면 띄우고, 터미널 띄우고 개발하면서 Hot Module Reloading으로 화면에 바로바로 반영되는 것을 투명도 조절하면서 확인하는 용도로 사용하고 있다.</li>
</ul>
</li>
<li>(custom) <kbd>Ctrl</kbd> + <kbd>`</kbd> - 현재 열고 있는 탭의 title을 변경할 수 있는 프롬프트를 띄운다. <a href="https://github.com/malkoG/dotfiles/blob/main/private_dot_config/wezterm/keymaps.lua#L105-L119">관련 코드</a>
<ul>
<li>터미널의 각 탭이 어떤 역할을 하고 있는지 한 눈에 파악할 필요가 있는데, 현재 띄워놓은 탭의 title을 변경할때 주로 사용한다. (ex. 프로젝트1 / 프로젝트1 서버 프로세스 / 프로젝트 2 / 저널링 / 블로그)</li>
</ul>
</li>
</ul>

</article>
Expand Down

0 comments on commit a158503

Please sign in to comment.