mcp292

Results 42 issues of mcp292

[`xrandr-invert-colors`](https://github.com/zoltanp/xrandr-invert-colors).

Combined ex commands deviate from Vim behavior # MWE ```txt 1 2 3 4 5 ``` With cursor on the line with `5`: 1. Yank 3 lines up and put...

It would be very convenient to support appending to macro with and without re-executing the macro as described under `C-u F3` and `C-u C-u F3` in the [GNU Manual](https://www.gnu.org/software/emacs/manual/html_node/emacs/Basic-Keyboard-Macro.html): >...

**Describe the bug** Broken wrapping in thank you message under "3)" (see screenshot). **To Reproduce** Just installed [LunarVim](https://www.lunarvim.org) from scratch along with `lazygit`. 1. SPCgg to start `lazygit` for first...

bug

The text under [Example 3](https://altair-viz.github.io/altair-tutorial/notebooks/08-Configuration.html#example-3-axis-properties) is missing a space between "encodings" and "axis".

bug

I see this request was implemented with the `--open-selected` option: https://github.com/karlch/vimiv/issues/81. I am filing a bug because in the library, when I enter a directory with `ENT`, the first image...

# MWE ```txt line 1 line 2 line 3 ``` 1. Go to top of file: `gg`. 2. Delete the first two lines: `V j d`. 3. Yank "line 3":...

[Style 1](https://github.com/abo-abo/hydra/wiki/Binding-Styles#style-1-dont-mess-with-the-prefix) does not work with `C-M` sequence. Seems to be because `C-M` sequences become `C-M-letter` and Style 1 expects `C-M letter`.

This binding doesn't work even though there is mention of [manually binding](https://github.com/abo-abo/hydra#awesome-map-and-awesome-binding): >But then you would have to bind `hydra-zoom/text-scale-increase` and `hydra-zoom/text-scale-decrease` yourself. But binding `'humb-jump-hydra/dumb-jump-go` gives an error: ```elisp...

I'd like to be able to replace all `ESC` keystrokes with my escape sequence. Is this possible? For example, `V j j` to highlight some lines, then issue your escape...