✨ feat(tmux): new plugin: tmux-floax
is back once again :)
This commit is contained in:
parent
3ce21c6c08
commit
ee62721ccf
2 changed files with 7 additions and 0 deletions
1
.config/tmux/.github/README.md
vendored
1
.config/tmux/.github/README.md
vendored
|
@ -27,6 +27,7 @@ Now, here are the plugins I use alongside tmux:
|
||||||
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
|
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
|
||||||
- [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url)
|
- [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url)
|
||||||
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
|
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
|
||||||
|
- [tmux-floax](https://github.com/omerxx/tmux-floax)
|
||||||
|
|
||||||
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'omerxx/tmux-sessionx'
|
set -g @plugin 'omerxx/tmux-sessionx'
|
||||||
set -g @plugin 'wfxr/tmux-fzf-url'
|
set -g @plugin 'wfxr/tmux-fzf-url'
|
||||||
|
set -g @plugin 'omerxx/tmux-floax'
|
||||||
|
|
||||||
# Plugin Options
|
# Plugin Options
|
||||||
# Catppuccin
|
# Catppuccin
|
||||||
|
@ -46,3 +47,8 @@ set -g @sessionx-filtered-sessions 'scratch'
|
||||||
|
|
||||||
# fzf-url
|
# fzf-url
|
||||||
set -g @fzf-url-bind 'u'
|
set -g @fzf-url-bind 'u'
|
||||||
|
|
||||||
|
# Floax
|
||||||
|
set -g @floax-bind '-n M-p'
|
||||||
|
set -g @floax-border-color 'white'
|
||||||
|
set -g @floax-text-color 'white'
|
||||||
|
|
Loading…
Add table
Reference in a new issue