diff --git a/.config/tmux/.github/README.md b/.config/tmux/.github/README.md index affa9d51..f1fd6571 100644 --- a/.config/tmux/.github/README.md +++ b/.config/tmux/.github/README.md @@ -1,3 +1,57 @@
- +
+ +
+ +
+ +
+ +
+ + + + + +
+ +# :herb: ‎ About + +My default multiplexer is [tmux](https://github.com/tmux/tmux). In the past I tried [Zellij](https://zellij.dev/) and I really liked it, but when I tried tmux, it was a whole different story. Not only is faster, but more customizable, has a ton of plugins and it has a ton of documentation and help online. I had a zellij config before I switched to tmux so if you wanna see it, [take a look](https://github.com/Matt-FTW/dotfiles/commit/8e63e29833470bebd0d812035ec811149d0c5d7e). + +Now, here are the plugins I use alongside tmux: + +- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager) +- [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) +- [catppuccin](https://github.com/catppuccin/tmux) +- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) +- [tmux-floax](https://github.com/omerxx/tmux-floax) +- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible) +- [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) + +The plugins and their options are declared on [this file](../conf/plugins.conf). + +For tmux base options, you can find them [over here](../conf/options.conf). + +In the case of the keybindings, [here they are](../conf/binds.conf). + +# :wrench: ‎ Setup + +### :package: Plugins Installation + +Once you enter tmux, hit `prefix + I` to install the plugins. And that's it. + +# :camera: ‎ Gallery + +| **Floating Terminal** | +| ------------------------------- | +| ![overview-1](./overview-1.png) | + +| **Image Preview** | +| ------------------------------- | +| ![overview-2](./overview-2.png) | + +| **Session Manager** | +| ------------------------------- | +| ![overview-3](./overview-3.png) | diff --git a/.config/tmux/.github/overview-1.png b/.config/tmux/.github/overview-1.png new file mode 100644 index 00000000..26129cee Binary files /dev/null and b/.config/tmux/.github/overview-1.png differ diff --git a/.config/tmux/.github/overview-2.png b/.config/tmux/.github/overview-2.png new file mode 100644 index 00000000..27da51d9 Binary files /dev/null and b/.config/tmux/.github/overview-2.png differ diff --git a/.config/tmux/.github/overview-3.png b/.config/tmux/.github/overview-3.png new file mode 100644 index 00000000..3ac7052a Binary files /dev/null and b/.config/tmux/.github/overview-3.png differ