vim-jukit
vim-jukit copied to clipboard
Tmux imgcat
Changes I needed to get images to work with tmux 3.4 in iTerm2 and recent matplotlib (3.8.4)
- Use
$TMUX_PANE
instead ofmatchstr(system('tmux run "echo #{pane_id}"'), '%\d*')
to get current pane - Rename imgcat helper to
imgcat_jukit
to avoid conflict with user-installed imgcat - Add empty
FigureCanvas
class to theimgcat_jukit
module