exwm-edit icon indicating copy to clipboard operation
exwm-edit copied to clipboard

Remove key settings from the top-level

Open Ambrevar opened this issue 5 years ago • 2 comments
trafficstars

As mentioned here: https://github.com/ch11ng/exwm/issues/708#issuecomment-587416861, you should remove the key bindings from the top-level. I suggest you add those bindings as a suggestion in the README.

Ambrevar avatar Feb 18 '20 11:02 Ambrevar

You can disable it by setting exwm-edit-bind-default-keys to nil, fortunately: https://github.com/agzam/exwm-edit/blob/bc25ba094b383be3c650ca0b7e1534efe2bb154f/exwm-edit.el#L241-L243

I haven't got around to trying it myself, but I think a better way of doing this would be a local key binding for exwm-mode-map, so that it only applies in line-mode and not char-mode.

chasecaleb avatar May 01 '20 03:05 chasecaleb

Indeed, a mode map is the right way to go I believe. Also the exwm-edit-bind-default-keys is missing from the README.

Ambrevar avatar May 02 '20 08:05 Ambrevar