[Solved] Unbinding Keyboard Navigation

I am trying to unbind Ctrl-A from moving to the beginning of the current line. I much prefer the behaviour where Ctrl-A highlights the entire line.

I tried:

Key a A C - to no avail unfortunately…

Any ideas?

It seems that it’s openbsd’s default gtk settings were the problem.

Changing ~/.config/gtk-3.0/settings.ini to contain:

[Settings] gtk-key-name-theme=Default

solved the problem.