Miroslav Koškár

Results 10 issues of Miroslav Koškár

I think this one might be a small inconsistency in behavior. Below image is a composition of 4 screenshots from left to right in sequence: - I place cursor near...

It would be nice if slop can dynamically change between following "modes" (I'm thinking of some keyboard binding, single for cycling or more specific ones): * selecting of windows (basically...

enhancement

Current behavior: - cursor is located on currently active buffer - **[PROS]** user can easily see where is his/her active buffer located in relation to other choices (but see below),...

feature

I propose to have following additional key bindings while inside `go.py` matching mode: - `Ctrl-N` – next entry (equivalent of `Tab`) - `Ctrl-P` – previous entry (equivalent of `Shift-Tab`) -...

feature

System tray icons of *some* applications scale to look quite bad. Here the example is `keepassxc`, with `--height 17`. ![screenshot-2023-04-16 1681657440](https://user-images.githubusercontent.com/4387891/232321903-320796c7-e112-45d1-9886-e451f81d298a.png)

According to my testing and by skimming through the sources it seems to me that window's opacity is set regardless whether it is specified for `` or not when window...

enhancement

I have ``set virtualedit=block`` and ``[ov ]ov cov`` mappings doesn't do anything. I would expect to ``all`` take effect and I suppose that was the idea behind current implementation that...

Reading a `shaman` man page on FORMAT there's a statement: ``` All other valid escape characters may also be used (e.g., \n and \\). ``` But that doesn't seem to...

enhancement
libweather

Now there is an option `-screens` that translates into variable `screen_mask` and is used like this: ``` unsigned long screen_mask = ~0; for (/* global */ screen = 0; screen...

Consider following sequence: - open buffer - go to unread marker (`Meta-u`) - go to normal mode (`Esc`) - `j` - **ignored** - `j` - **ignored** - `j` - accepted...

bug