micro-editor / micro-editor/micro

Keybinding for Redo no working with "Ctrl-Shift-z"

Open
#3,257 4 comments 1 reaction 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

Thats is my ~/.config/micro/bindings.json:

{
    "Alt-e": "CommandMode",
    "Ctrl-Shift-z": "Redo",
    "Ctrl-e": "lua:comment.comment",
    "Ctrl-Shift-e": "command:tree",
    "F5": "lua:wc.wordCount"
}

In general, shortcuts with Ctrl+Shift do not work. The rest all work.

Specifications

Commit hash: 68d88b57
OS: Zorin 17.1
Terminal: Gnome Terminal 3.44

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

No source file, test, or entry point is named. First reproduce the Ctrl-Shift-z binding and another Ctrl-Shift shortcut using the supplied bindings.json on the reported terminal setup, then trace the keybinding handling; done means those shortcuts invoke their configured commands while existing bindings continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.