Timeline for Disabling arrow keys in Emacs EVIL Mode
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 27, 2017 at 12:32 | history | edited | Panch93 | CC BY-SA 3.0 | edited title |
| Sep 27, 2017 at 12:29 | vote | accept | Panch93 | ||
| Sep 27, 2017 at 12:25 | history | edited | Panch93 | CC BY-SA 3.0 | Explicitly mention Evil mode. |
| Sep 26, 2017 at 16:48 | answer | added | amitp | timeline score: 0 | |
| Sep 26, 2017 at 14:47 | comment | added | Dan | It looks like you are using evil. Is that correct? If so, please edit your question to mention evil explicitly. You will need to bind keys differently in standard Emacs vs evil. | |
| Sep 24, 2017 at 16:31 | history | edited | Drew | CC BY-SA 3.0 | added 13 characters in body; edited tags |
| Sep 24, 2017 at 11:40 | answer | added | Moyamo | timeline score: 3 | |
| Sep 24, 2017 at 9:34 | comment | added | wvxvw | Local mode bindings trump global bindings. Any mode that redefines arrow keys would override your global definition. Org mode would be probably even harder to redefine (I'm not sure though) because keys may be defined on several levels. Anyhow, try making your setting local by moving it to org-mode-hook and using local-set-key instead. | |
| Sep 24, 2017 at 9:04 | history | edited | Panch93 | CC BY-SA 3.0 | Added Extra Details |
| Sep 24, 2017 at 8:33 | answer | added | caisah | timeline score: 2 | |
| Sep 24, 2017 at 8:06 | comment | added | Panch93 | I also tried adding a ' in front of the lambda functions. That didn't work too. Like (global-set-key (kbd "<left>") '(lambda() ( message "Use Vim keys: h for Left"))) | |
| Sep 24, 2017 at 8:03 | history | asked | Panch93 | CC BY-SA 3.0 |