Andrew Voynov
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...
- 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...
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...
Add option to change file size units from metric/SI to binary/IEC (binary prefix like in ranger/ls)
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`:  `ranger`:  `lf` (`set info size`):  `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...
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...
Closes #328.