vim-jukit icon indicating copy to clipboard operation
vim-jukit copied to clipboard

Tmux imgcat

Open vivekmyers opened this issue 4 months ago • 0 comments

Changes I needed to get images to work with tmux 3.4 in iTerm2 and recent matplotlib (3.8.4)

  1. Use $TMUX_PANE instead of matchstr(system('tmux run "echo #{pane_id}"'), '%\d*') to get current pane
  2. Rename imgcat helper to imgcat_jukit to avoid conflict with user-installed imgcat
  3. Add empty FigureCanvas class to the imgcat_jukit module

vivekmyers avatar Oct 19 '24 10:10 vivekmyers