Andrew Vos

Results 19 comments of Andrew Vos

@postmodern, thanks: ``` ## System Linux vos 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux GNU bash, version 4.3.46(1)-release (x86_64-pc-linux-gnu) [/bin/bash] ruby 2.3.3p222 (2016-11-21 revision...

Worth noting that there's a workaround in that gist I added ^

@steakknife whoops just read my comment above... I meant to say "this is not zsh".

This also works as a workaround in `.bashrc` ``` preexec_functions+=(chruby_auto) ```

Any updates here? Is this project dead?

``` define-command grep-next-match -docstring 'Jump to the next grep match' %{ evaluate-commands -try-client %opt{jumpclient} %{ buffer '*grep*' # First jump to end of buffer so that if grep_current_line == 0...