lbonn

Results 18 comments of lbonn

You can customize `grepprg` and `grepformat` to not contain a column ("%c"). See vim-grepper's docs and `:help errorformat`.

Ah ok the title of the issue sounds like you were looking for the opposite. Then it should work out of the box if you use a tool that supports...

Thanks, that's an interesting feature. I do have a few concerns though: - it does not work when using the menu (no shell given as argument) - the commit also...

> > it does not work when using the menu (no shell given as argument) > > Current features haven't been broken, including the menu option. The menu still works...

Thanks for your feedback! The first step could be a clearer error message when the currently configured terminal emulator is not in `$PATH`. It should not be too hard to...

Persisting sessions regardless of workspaces was part of my original wish list when I wrote the tool for myself, so your case has not really been considered. But it's definitely...

Looks like it can't work in the current state unfortunately. I'll try to see if I can find a nice solution.

Yes, It seems to happen sometimes, another window must have taken the focus between the start of the program and the i3 `mark` command (add a mark to the currently...

Interesting... Do you happen to know what recipes would we use on openembedded? meta/recipes-support/libatomic-ops? Would be fine with both, but I'd choose the first option right now if we can...

`shellescape` is here for a reason, so that the search string is correctly forwarded to the grep program if a special character is in the query. It is working fine...