Andrew Voynov

Results 178 issues of Andrew Voynov

Hi, is it possible to add some shortcuts to navigate Telegram Desktop like in Vim? I want to be able to scroll through messages using shortcuts: * Alt+k - scroll...

enhancement

- Conditions that check whether the SI or IEC units must be used were inverted, i.e., when `si_prefix == true` it would use `"iB"` instead of `"B"`. - KB &...

When I select a range and run `:'

I want to have this for all file types: ```lua auto_save.setup { execution_message, trigger_events = { "InsertLeave", "TextChanged" }, } ``` But this for `typst`: ```lua auto_save.setup { execution_message, trigger_events...

It would be nice to have as a built-in feature, but maybe it will be hard to do cross-platform, so at least a script in the https://github.com/gokcehan/lf/wiki/Tips would be great...

enhancement

Some time ago I was working with `~/.local/share/lf/files` file and after some edge cases I quickly figured out that right now file/dir names are stored unreliably. The easiest example of...

enhancement

My issue is somewhat related to https://github.com/gokcehan/lf/issues/49. I am working with files right now and was checking theirs sizes: `ls`: ![910M](https://user-images.githubusercontent.com/37143421/215884399-0b0956f5-b566-4082-aeba-3208dc27a16f.png) `ranger`: ![910M](https://user-images.githubusercontent.com/37143421/215884435-3ecc5b44-4135-4b0b-b30d-a387b5be2ce8.png) `lf` (`set info size`): ![954M](https://user-images.githubusercontent.com/37143421/215884507-0d76a936-8b68-437a-bd08-7597e8ee808c.png) `ls` (bytes):...

I want to mimic `ranger`'s find command, which will auto open a directory if the `find` command successfully found one. I'm not 100% sure, but `ranger` have `set incsearch` by...

enhancement

There is some problem with icons #583, but this is probably different. If I add `ctpv` previewer and create a file with one Unicode character "👨‍💻" it will be shown...

enhancement