Daniel Hahler
Daniel Hahler
FYI: [smartcd](https://github.com/cxreg/smartcd) supports this.
FYI: [zsh-autoenv](https://github.com/Tarrasch/zsh-autoenv) also supports this, either through a separate or the same file (where you can look at a variable to see which event it is).
In Python you often have to run Python 2 and 3 in parallel. Apart from that, there are tools like `tox`, which run tests in different Python versions, and that...
Thanks! I also wondered recently, if it might be possible to query even other urxvtc windows (when using daemon mode)? :)
Very nice! There is also https://github.com/wellle/tmux-complete.vim for completion in Vim, where the input is generated through https://github.com/wellle/tmux-complete.vim/blob/master/sh/tmuxcomplete. I have created Zsh completion based on that (https://gist.github.com/blueyed/6856354). I think it would...
Seems like since 2057f03 (*edit* only moved there, existed before already) you could use a workaround of setting `PYCHARM_HOSTED`: https://github.com/tartley/colorama/blob/b760506a61f3d20e80e33f1e16cd6fc67a2d7708/colorama/ansitowin32.py#L45 There's also the method of using "strip=True, convert=True" directly with...
Awesome, thanks! I can see the use case for both approaches, and it's good that the first one already works by using separate configs. Do you think it's useful to...
Thanks! Makes sense. For now I am using CopyQ.
Does `:bdelete` also break `-p` and `-o`, and would it be "enough"?
Fixed in #37.