Tagged Questions
1
vote
1answer
79 views
Can't plot in R from tmux
I'm able to plot() in R from a regular terminal, but I can't do so from a tmux pseudo-tty. png() works fine but I can't write to the monitor.
UPDATE: Sorry, there's no error message. R merely fails ...
5
votes
1answer
220 views
keyboard IO broken after reattach to tmux/screen
After reattaching a screen or tmux session over ssh, I commonly encounter two issues:
vim tab completion is broken. :e <Tab> produces :e ^I instead of suggesting files. Same for tags (:tj). ...