diff --git a/docs/2023-06-06-terminal-workflow.html b/docs/2023-06-06-terminal-workflow.html
index a5dabc7..fc88e60 100644
--- a/docs/2023-06-06-terminal-workflow.html
+++ b/docs/2023-06-06-terminal-workflow.html
@@ -64,8 +64,8 @@
>Use junegunn/fzf
- Ctrl + t
to fuzzy find files.
- Alt + c
to fuzzy find directories.
+ CTRL-T
to fuzzy find files.
+ ALT-C
to fuzzy find directories.
- -
-
Ctrl + p
+ n
or Alt + n
to new
- panel vertically (right side).
-
- -
-
Ctrl + p
+ d
or Alt + d
to new
- panel horizontally (down side).
-
+ ALT-P
: switch panel
+ ALT-N
: new panel vertically (right side)
+ ALT-D
: new panel horizontally (down side)
diff --git a/posts/2023-06-06-terminal-workflow.md b/posts/2023-06-06-terminal-workflow.md
index 896d39b..e3c9292 100644
--- a/posts/2023-06-06-terminal-workflow.md
+++ b/posts/2023-06-06-terminal-workflow.md
@@ -4,12 +4,13 @@ All configs are in [my dotfiles](https://github.com/haunt98/dotfiles).
## Use [junegunn/fzf](https://github.com/junegunn/fzf)
-- `Ctrl + t` to fuzzy find files.
-- `Alt + c` to fuzzy find directories.
+- `CTRL-T` to fuzzy find files.
+- `ALT-C` to fuzzy find directories.
## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux
![](https://zellij.dev/documentation/img/overview-status-tab-2.png)
-- `Ctrl + p` + `n` or `Alt + n` to new panel vertically (right side).
-- `Ctrl + p` + `d` or `Alt + d` to new panel horizontally (down side).
+- `ALT-P`: switch panel
+- `ALT-N`: new panel vertically (right side)
+- `ALT-D`: new panel horizontally (down side)