Skip to content

[Feature]: Option or plugin to use a different cursor  #2402

@WestleyR

Description

@WestleyR

Description of the problem or steps to reproduce

I would like to be able to specify a different cursor type, like I-beam, block etc...

Right now, I use a micro wrapper to do this:

$ type micro
micro is a function
micro () 
{ 
    echo -ne '\e[5 q';
    ${HOME}/.local/share/cmd/micro "$@";
    echo -ne '\e[0 q'
}

I prefer the I-beam cursor for micro editor.

Specifications

$ micro --version
Version: 2.0.10
Commit hash: b9763856
Compiled on August 07, 2021

Commit hash: b9763856
OS:

NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"

Terminal: xterm-256color

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions