micro-editor / micro-editor/micro

Feature Request: make Ctrl+E toggle between command mode and editing mode

Open
#2,731 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
29.6k
Forks
1.4k
Avg merge
2d 18h
Merged PRs (30d)
10

Description

Description of the problem or steps to reproduce

Currently, Ctrl+E enters cmd mode, and Ctrl+Q quits it. I think it would be nice to add the feature of making Ctrl+E toggle between cmd mode and editor mode, so that if you enter cmd mode with Ctrl+E and then decide to go back to editing, you can simply press Ctrl+E again, since your fingers are already on those keys anyway.

Leave the existing functionality of Ctrl+Q as well.

Update: also make this work for any other shortcut key which opens up a command or command-like prompt. Ex: Ctrl+O currently goes to "open a file". Make it so that pressing Ctrl+O again will cancel that and go back to the editor, just like pressing Ctrl+Q currently does when in that prompt.

Specifications

Commit hash: https://github.com/zyedidia/micro/commit/225927b9a25f0d50ea63ea18bc7bb68e404c0cfd
OS: Linux Ubuntu 22.04
Terminal: terminator 2.1.1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the handling for Ctrl+E, Ctrl+O, and Ctrl+Q, including the command mode, editor mode, and open-file prompt mentioned in the issue. Identify how other shortcuts open command-like prompts, then verify that repeating each shortcut returns to editing while Ctrl+Q continues to work; done means the behavior is covered for all such shortcuts.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.