Daniel Falbo

Results 19 comments of Daniel Falbo

After successful compilation, if I try to open a pdf, it says ``` error: could not open plugin directory: /usr/local/lib/zathura error: Could not determine file type. ``` even though it...

Nevermind, I forgot to also install [zathura-pdf-poppler](https://git.pwmt.org/pwmt/zathura-pdf-poppler), now everything works as expected 🎉🎉 Thank you much for this

I'm trying to make it also work seamlessy with vim following https://www.codeography.com/2013/06/19/navigating-vim-and-tmux-splits this guide and placing in my skhdrc: ``` ctrl - h [ * : yabai -m window --focus...

Maybe it's because skhd keys have higher priority than vim keys, but if we're in vim should we let vim do the work ?

Tried it but couldn't get it to work :(

I'm currently navigating seamlessly between tmux panes and windows with yabai with the method shared above (https://github.com/koekeishiya/skhd/issues/116#issuecomment-599045162) but using ordinary keys for vim splits navigation

I finally fixed everything, now I'm able to seamless navigate between vim splits, tmux panes and yabai windows with the same keys https://github.com/danielfalbo/dotfiles/commit/1f40ca3d44bdd1b4838ce24c2afae09ae7a9bbb2 😍

For some reason seems like it does not work if I'm in a vim split at the edge of the terminal and I want to move to the adjacent yabai...

I thing I got it now https://github.com/danielfalbo/dotfiles/commit/a485c9f080e340ec9af24b5145fc99ad3848f9f5 :)