Dmytro Konstantinov

Results 11 issues of Dmytro Konstantinov

Search and/or IncSearch highlighting disappears if the highlighted word happens to be on a ColorColumn. **How to recreate** 1. Start a new buffer and run the following commands: ```viml :colorscheme...

enhancement

I find `CommandTBuffer` very useful for simple navigation through all open buffers. If the number of buffers is relatively small then often I don't even bother with entering a filter...

It would be awesome if "Open In Pane" options (in Settings) included the ability to reuse the current pane. For example, by opening the preview in a new tab, as...

kind/improvement
area/preview

Some of the styling for panes displayed by [Atom IDE](https://ide.atom.io) doesn't appear to be quite right. For example, this is the debugger pane:

Bug

Dynamoid relies on ActiveModel to do the serialisation of Document objects. This should allow us to filter document attributes via a custom `as_json` method, when a document is serialised to...

Hi there, First of all, thank you so much for this project! I was never a great fun of the built in `should` syntax or the way it mutates test...

enhancement

First of all, thanks a lot for the plugin! I have been using it for years but never had a chance to say thank you. It's simple, non-intrusive, and does...

Current behaviour was observed across the following systems: ``` - os: macOS 12.6 - `lsd --version`: lsd 0.23.1 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: fi=0:ex=1;32:su=1;4;32:sg=1;4;32:di=1;34:st=1;34:tw=1;4;34:ow=1;4;34:ln=1;36:or=1;4;36:mi=1;31:pi=35:bd=1;35:cd=1;35:so=1;35 ``` ``` - os:...

kind/enhancement

Depending on your configuration (ie: blocks shown and date format) output of `ls -l` can become quite dense. Columns are separated by a single space, yet column values can also...

kind/enhancement

- os: macOS 12.6 - `lsd --version`: lsd 0.23.1 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: fi=0:ex=1;32:su=1;4;32:sg=1;4;32:di=1;34:st=1;34:tw=1;4;34:ow=1;4;34:ln=1;36:or=1;4;36:mi=1;31:pi=35:bd=1;35:cd=1;35:so=1;35 ~/.config/lsd/config.yaml ``` # This is a shorthand to override some of the options...

kind/bug