manateelazycat / manateelazycat/multi-term
Missing term-char-mode and term-line-mode key bindings
Open
Nobody has claimed this yet.
- Dominant language
- Emacs Lisp
- Stars
- 21
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to add
(defcustom term-bind-key-alist
'(
("C-c C-j" . term-line-mode)
("C-c C-k" . term-char-mode)
...
According to term-mode (https://www.gnu.org/software/emacs/manual/html_node/emacs/Term-Mode.html)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the definition of term-bind-key-alist and compare its existing bindings with the Emacs term-mode documentation linked in the issue. Add bindings for term-line-mode and term-char-mode, then verify that C-c C-j and C-c C-k invoke the respective modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100