wakib-keys
wakib-keys copied to clipboard
add new keybindings
Hi, could you make a small description how I can add/change keybindings officially to the wakib keys please ?
Do you mean add to the project or change in your emacs config?
I thought to add these ones to the emacs config ...
After loading the package you change the keys on wakib-keys-overriding-map
So if you are loading it through use-package for example,
(use-package wakib-keys
:config
(wakib-keys 1)
(define-key wakib-keys-overriding-map (kbd "M-k") 'forward-word))
thanks, this is what I looked for ...