omerxx / tmux-floax

The missing floating pane for Tmux
GNU General Public License v3.0
360 stars 20 forks source link

Keybinding for window management are overwritten by the tmux keybindings #12

Open AMulabeg opened 1 month ago

AMulabeg commented 1 month ago

This might fully be an issue on my end, because my default prefix is ctrl-a. Is there a way to overwrite the tmux bindings?

image
beatzball commented 1 month ago

I also have C-a as my default and assumed the same, but looked into the code and noticed that the the binds actually set as C-M-*

So for C-M-s it means while in the floating window that you do not need to trigger the initial tmux trigger of Ctrl+a and instead go straight to trigger Ctrl+Alt+s which will cause the size down event to occur

I think saying C-a-* is a bit misleading and could cause further confusion (as both @AMulabeg and I have encountered)

@omerxx - This is purely a thought/suggestion, but could it make more sense to have the window title suggestions be a bit more like: FloaX (Ctrl+Alt+): s 󰘕 / b 󰁌 / f 󰊓 / r 󰑓 / e 󱂬 / d 

AMulabeg commented 1 month ago

Thank you for clarifying this. I also think making it more clear what the keybinding are would be a great idea. ++