diff --git a/docs/2023-06-06-terminal-workflow.html b/docs/2023-06-06-terminal-workflow.html new file mode 100644 index 0000000..47f8a97 --- /dev/null +++ b/docs/2023-06-06-terminal-workflow.html @@ -0,0 +1,127 @@ + + + + + + + + + + haunt98 posts + + + +
Index
+

+ My terminal workflow +

+

+ All configs are in + my dotfiles. +

+

+ Use junegunn/fzf +

+ +

+ Use + zellij-org/zellij as + alternative to tmux +

+

+ Tab +

+ +

+ +

+ + +
+ Feel free to ask me via + email or + Mastodon. Source + code is available on + GitHub +
+ + diff --git a/docs/index.html b/docs/index.html index 726a5ee..9a32c26 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,6 +68,7 @@
  • My neovim workflow
  • Things I like
  • Swagger or OpenAPI
  • +
  • Terminal workflow
  • diff --git a/posts/2023-06-06-terminal-workflow.md b/posts/2023-06-06-terminal-workflow.md new file mode 100644 index 0000000..b5679af --- /dev/null +++ b/posts/2023-06-06-terminal-workflow.md @@ -0,0 +1,19 @@ +# My terminal workflow + +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. + +## Use [zellij-org/zellij](https://github.com/zellij-org/zellij) as alternative to tmux + +![Tab](https://zellij.dev/documentation/img/overview-status-tab-1.png) + +- `Ctrl + t` + `n` to new tab. + +![](https://zellij.dev/documentation/img/overview-status-tab-2.png) + +- `Ctrl + p` + `n` to new panel vertically (right side). +- `Ctrl + p` + `d` to new panel horizontally (down side). diff --git a/posts/index.md b/posts/index.md index 016fec7..efd46bf 100644 --- a/posts/index.md +++ b/posts/index.md @@ -21,3 +21,4 @@ This is where I dump my thoughts. - [My neovim workflow](2023-05-03-neovim.html) - [Things I like](2023-05-08-things-i-like.html) - [Swagger or OpenAPI](2023-05-23-swagger.html) +- [Terminal workflow](2023-06-06-terminal-workflow.html)