kiryph

Results 117 comments of kiryph

Thank you very much. `zO` and `zC` work as expected. I am also not confident about `zA` in general. Does your implementation try to toggle all contained folds (my current...

There is another issue: FastFold and these mappings remap `zA`, `zC` and `zO`. According to https://github.com/Konfekt/FastFold/issues/14 FastFold does not support custom fold mappings and this has to be done by...

I understand. However, I am already quite happy with `zC` and `zO` (excited if it would work together with FastFold :smiley: ). Thanks again. ### Doc Do you like to...

@arecarn May I ask you for an extension of the behavior of `zC` (`(fold-cycle-close-all)`)? ``` A {{{1 B1 {{{2 in B1 B2 {{{2 in B2 C1 {{{3 in C1 C2...

Following does what I want ```viml nnoremap zC foldclosed('.')==-1? \ ':call fold_cycle#close_all()': \ 'zC' ```

BTW I think for `zO` following is just fine: ```viml nnoremap zO zvzczO ``` **Update** My (hopefully final) mappings for `zC` and `zO` look like ```viml nnoremap zO foldclosed('.')==-1? \...

### Solution for window cycling on a space with jq `min_by`/`max_by` and minimization of the difference of the perpendicular coordinate 1. Focus Top Window on Current Space ```sh CUR=$(yabai -m...

see also https://gist.github.com/d-miketa/7017d9539e43b303220943e605c03c19

### Simpler Solutions with jq `min_by/max_by(.frame.x)` This is simpler compared to the PR since it ignores the y-coordinate. In complex window layouts, the behaviour of the PR can be viewed...

### Solution with jq `min_by`/`max_by` and minimize perpendicular coordinate 1. Focus Top Window on Current Space ```sh CUR=$(yabai -m query --windows --window | jq -rc) &&\ MIN_Y=$(yabai -m query --windows...