ITADN

[BUG] Default keybindings don't work

#56OpenErfanRasti 创建于 2025-07-25
E
ErfanRasticommented
Hi, I've tried your default key bindings, which are shown at the top of the panel and are defined as follows: ```tmux DEFAULT_TITLE='FloaX: C-M-s 󰘕  C-M-b 󰁌  C-M-f 󰊓  C-M-r 󰑓  C-M-e 󱂬  C-M-d ' ``` These keys don't work for me, and I should open the pane using `<prefix>P` to do the operations. I can use these keybindings if I only comment this line in the file `~/scripts/floax.sh`: ```sh . . . if [ "$(tmux display-message -p '#{session_name}')" = "$FLOAX_SESSION_NAME" ]; then # unset_bindings . . . ``` But doing this can lead to other problems. System desc: OS: Arch Linux x86_64 Kernel: Linux 6.15.6-arch1-1 Shell: fish 4.0.2 Terminal: tmux 3.5a CPU: Intel(R) Core(TM) i7-8565U (8) @ 4.60 GHz
0 条评论