Raafat Turki

Results 71 comments of Raafat Turki

I've done a hacky little thing in the cmp format function to improve `omnifunc` a bit before: ![image](https://user-images.githubusercontent.com/16624558/183227180-4b521885-8e1c-45ed-9cc1-0e5fe2526f90.png) after: ![image](https://user-images.githubusercontent.com/16624558/183227125-c46d50a3-6682-4d61-a05d-9fb6d0d22bb9.png) ```lua format = function(entry, vim_item) if entry.source.name == 'omni' then...

> I've seen monitors that work well with _**--sleep-multiplier**_ values as low as .1 This was it for me, mine even worked with `--sleep-multiplier=0.025` but I think I'll stick to...

any update?

Any update on this? I'll be happy with a "build from source" that gets me an executable `BJLS.jar`

ttyecho worked, I've installed it via the [aur](https://aur.archlinux.org/packages/ttyecho-git) and edited [restore_display_manager](https://github.com/mateussouzaweb/kvm-qemu-virtualization-guide/blob/63f185e2572aac9ebbe1cbe1ef7d8f7972ef8bd0/Scripts/hooks/qemu#L44) to ```bash function restore_display_manager { ttyecho -n /dev/tty1 xinit } ``` it opens my windows manager on tty7 instead...

@rebelot could you expand a bit further

`0x` is in some c libraries as well such as [raylib](https://github.com/raysan5/raylib/blob/c21baf0d92c9a3ad44d46b698fb87d739dd64dc6/examples/shapes/raygui.h#L620) like so `Color red = GetColor(0xFF0000);`

I agree, that file is getting quite large. I would divide them further to something like: ``` core: edit reload close toggle_selection clear_selections change_root_to_entry change_root_to_parent nav: first_sibling last_sibling layout: vsplit...

You're quite right. this brings forth an another point. I think the action system needs a bit of work: Right now some of the actions are "fat" (they do more...