laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

Error with ctrl-g after setting a different key to @extrakto_grab_key #121

Closed elgoog closed 4 months ago

elgoog commented 4 months ago

Error with ctrl-g after unsetting from @extrakto_grab_key I set ctrl-s for @extrakto_grab_key:

set -g @extrakto_grab_key "ctrl-s"

After that, ctrl-s works well. However, ctrl-g invokes the following error:

not enough values to unpack (expected at least 2, got 0)
error: unable to extract - check/report errors above
You can also set the fzf path in options (see readme).
laktak commented 4 months ago

For some reason fzf treats ctrl-g like ctrl-c if it's not assigned as a key. I'll fix it.

elgoog commented 4 months ago

Thank you for the prompt fix! I have confirmed that it is functioning correctly.