wakib-keys icon indicating copy to clipboard operation
wakib-keys copied to clipboard

add new keybindings

Open bodnarlajos opened this issue 1 year ago • 4 comments

Hi, could you make a small description how I can add/change keybindings officially to the wakib keys please ?

bodnarlajos avatar Dec 06 '23 10:12 bodnarlajos

Do you mean add to the project or change in your emacs config?

darkstego avatar Dec 06 '23 21:12 darkstego

I thought to add these ones to the emacs config ...

bodnarlajos avatar Dec 07 '23 13:12 bodnarlajos

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))

darkstego avatar Dec 07 '23 18:12 darkstego

thanks, this is what I looked for ...

bodnarlajos avatar Dec 09 '23 11:12 bodnarlajos