godotengine / godotengine/emacs-gdscript-mode
Default keybindings override reserved keys
Open
- Dominant language
- Emacs Lisp
- Stars
- 401
- Forks
- 42
- Avg merge
- 23h 23m
- Merged PRs (30d)
- 1
Description
The default keybindings `C-c i` `C-c r` `C-c n` define `C-c` followed by a letter. These bindings are safe keys reserved for user keybindings and should not be used for mode bindings.
See: https://www.gnu.org/software/emacs/manual/html_node/emacs/Key-Bindings.html
"The reserved key sequences are those consisting of C-c followed by a letter (either upper or lower case), and function keys F5 through F9 without modifiers"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.