cutelisp

Results 8 issues of cutelisp

This will enhance `onAnyEvent`, allowing it to capture event data that's otherwise inaccessible.

Currently, the scrollbar does not accurately reflect the scrolling behavior. It only appears when the number of visual lines exceeds the buffer height, even though scrolling is possible whenever there's...

Given the popularity of the Catppuccin colorscheme, I believe it would be cool to add it the default themes. This is a 2nd attempt of https://github.com/zyedidia/micro/pull/3737 (I screwed up)

# Description Added keybindings instructions and background instructions for awesomewm. # How Has This Been Tested? Tested on my environment.

"Jumped to line" message had a -1 offset error.

Currently, in the tab bar, each tab is separated by a gap of 4 cells, _usually_. When the gap is left-clicked, the tab on the right side of the gap...

This is a PR to implement [tab dragging](https://github.com/zyedidia/micro/issues/2372). I chose the most simple approach I could think of. **Notes**: - In case [this pull request](https://github.com/zyedidia/micro/pull/3790) is merged, it will enhance...

As https://github.com/zyedidia/micro/issues/1182 suggests, Micro currently lacks horizontal scrolling. This is my first approach to implementing it, but I’d like some feedback: 1. Is there any reliable keybinding (perhaps modekey+scroll) that...