Use $$ to have a (mostly) unique channel - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset f5027001c6605ef03f4de1c5caa990423bfef8c5
 (DIR) parent 71ff813d60cdeffe89aefd7388cb8d53ccca6296
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 26 Oct 2018 00:05:38 
       
       Use $$ to have a (mostly) unique channel
       
       It seems that sometimes the editor-command no longer works - maybe
       because the channel is used more than one time. Use $$ to at least have a
       (mostly) unique channel to avoid that.
       
       Diffstat:
        config/vimb/config |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 71ff813d60cd -r f5027001c660 config/vimb/config
       --- a/config/vimb/config        Thu Oct 25 23:40:33 2018 +0200
       +++ b/config/vimb/config        Fri Oct 26 00:05:38 2018 +0200
       @@ -12,7 +12,7 @@
        set cookie-accept=never
        set dns-prefetching=false
        set download-path=~/Downloads
       -set editor-command=tmux new-window "${EDITOR} %s ; tmux wait-for -S vimb-editor" \; wait-for vimb-editor
       +set editor-command=tmux new-window "${EDITOR} %s ; tmux wait-for -S vimb-editor-$$" \; wait-for vimb-editor-$$
        set font-size=16
        set frame-flattening=true
        set hardware-acceleration-policy=never