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

A simple question: How to disable (elpy-nav-backward-indent) #1510

Closed
jiangtianli91 opened this issue Dec 10, 2018 · 2 comments
Closed

A simple question: How to disable (elpy-nav-backward-indent) #1510

jiangtianli91 opened this issue Dec 10, 2018 · 2 comments

Comments

@jiangtianli91
Copy link

I want to keep C-left and C-right as "moving backward and forward a word." So can I change the key bindings or disable it?

@galaunay
Copy link
Collaborator

(define-key elpy-mode-map (kbd "<C-left>") nil)
(define-key elpy-mode-map (kbd "<C-right>") nil)

should do.

It removes Elpy's keybinding for these key combinations.

@galaunay
Copy link
Collaborator

I will assume that this can be closed.
Please re-open if you have any other question on the subject.

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