Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new keybindings #10

Open
bodnarlajos opened this issue Dec 6, 2023 · 4 comments
Open

add new keybindings #10

bodnarlajos opened this issue Dec 6, 2023 · 4 comments

Comments

@bodnarlajos
Copy link

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

@darkstego
Copy link
Owner

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

@bodnarlajos
Copy link
Author

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

@darkstego
Copy link
Owner

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

@bodnarlajos
Copy link
Author

thanks, this is what I looked for ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants