Francesco Minnocci
Francesco Minnocci
Without using a widget, you can do this which I've been using for a while: ``` sh bindkey -s '\ef' ' dotbare fedit\r' ``` (Alt+f) which is almost the same...
Hi there, I was going to write you a comment in the AUR, but I suppose here wil do: first of all I support the packaging effort as it is...
For git completion, I just have the following lines in a `_dotbare` file which i added to `fpath` in .zshrc: ``` #compdef dotbare compdef dotbare=git ``` So for manual installation...
I believe the relevant change in your system is the latest `ncurses` version (also happened in mine after such update), which is `v6.3-1`
@gokcehan I'm still experiencing this issue, can you reproduce the fact that `%tput cols` always returns `80` from `lf`?
@gokcehan Thanks very much for the workaround; will update the wiki example for now since it might be an issue or change of behaviour with `ncurses` and not with `lf`....
still revelant, i think.
I get `segmentation fault` too on Ubuntu 18.04... Sad to see this doesn't work anymore
Also tested on Chromium 94.0.4606.71 and it resolves all race conditions. Thanks @gdh1995 for the fix!
I might do such an example config, but in the meantime here are just a few bindings which preserve muscle memory from the `Vimium` plugin: ``` vim " Jumping to...