alexherbo2 / kakoune.cr

A command-line tool for Kakoune
https://kakoune.org
The Unlicense
54 stars 11 forks source link

'Connect' no such command: 'popup' #2

Closed aruZeta closed 3 years ago

aruZeta commented 3 years ago

I was just following your guide and found really interesting the fzf integration, so I added the keybind mapping map -docstring "Open files" global normal <c-f> ': + kcr-fzf-files<ret>'. But the connect popup command (which is aliased to +) doesn't work: image I haven't found any other issues with the rest of connect commands.

aruZeta commented 3 years ago

Im closing the issue, i just found this 😅 :

hook global ModuleLoaded x11 %{
    alias global popup x11-terminal
}
alexherbo2 commented 3 years ago

For reference: https://github.com/mawww/kakoune/issues/3878