Egor Kovetskiy

Results 68 comments of Egor Kovetskiy

Hi, I think you can just source original completion and then define `compdef` like as following: ``` source

Unfortunately, there is no improved completion right now. But I know that feeling when you need to use your mouse to enter a name of pod, you can try to...

hi guys, what is the status of the issue? I see those PRs are merged

is there any ETA and/or roadmap? On Sun, Jun 23, 2019, 17:41 Alan Hamlett wrote: > I'm wanting to get the Chrome version out of beta first (Chrome's version >...

@chennqqi pull-requests are welcome

Hello. How I can disable that rule? I wouldn't type `}` and re-indent.

On the other hand, it works well with notify-desktop and xfce4-notifyd ``` #!/bin/bash notify() { file=/tmp/notify-id id=$(cat $file 2>/dev/null) notify-desktop -r "$id" -t 3000 "$@" | tee "$file" } notify...

I can't say there are some real differences like some flags are different, but notify-desktop outputs a new id if current id can't be replaced. Toastify doesn't output a new...

@ervandew I'm using something like `inoremap ( :call MyAutocompleteHelper()`