alexherbo2 / kakoune.cr

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

Kakoune.cr remaps default normal mode bindings #18

Closed gnull closed 3 years ago

gnull commented 3 years ago

I installed kakoune.cr with

plug "alexherbo2/kakoune.cr" demand kakoune.cr do %{
    make install
}

Now, when I do <c-f> in normal mode, it gives me

Error: 1:2: 'fzf-files' 2:3: '+' 2:3: 'connect' no such command: 'popup'

Instead of going one page forward, like <c-f> usually does in normal mode. Looks like kakoune.cr applies by default what is shown in README as an example configuration.

How do I disable this behaviour and load kakoune.cr without changing any of my normal mode bindings?

I tried adding empty config config %{} to the plug command above, but it didn't change anything.

alexherbo2 commented 3 years ago

plug.kak sources all .kak files, including share/kcr/init/example.kak.

alexherbo2 commented 3 years ago

Closing, as not a kakoune.cr issue.