Revert to not use `$$' (it does not work, probably due different PID, whoops!) - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 944fd2c202dde07707c231bd30cde95f1035d139
 (DIR) parent f5027001c6605ef03f4de1c5caa990423bfef8c5
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sat, 27 Oct 2018 00:14:47 
       
       Revert to not use `$$' (it does not work, probably due different PID, whoops!)
       
       Diffstat:
        config/vimb/config |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r f5027001c660 -r 944fd2c202dd config/vimb/config
       --- a/config/vimb/config        Fri Oct 26 00:05:38 2018 +0200
       +++ b/config/vimb/config        Sat Oct 27 00:14:47 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