upterm icon indicating copy to clipboard operation
upterm copied to clipboard

conflicts with zsh

Open ccorcos opened this issue 9 years ago • 4 comments

image

image

ccorcos avatar Jul 11 '16 22:07 ccorcos

print command doesn’t work either…

> which print
print: shell built-in command
> print
Black Screen: command "print" not found.

danielbayley avatar Jul 18 '16 11:07 danielbayley

I can confirm the above behaviour. Custom shell commands defined in ~/.zshrc don't work. Also getting the following error on zsh when trying to attach a tmux session, not sure if it's related or not: Black Screen: command "_zsh_tmux_plugin_run" not found.

kevgathuku avatar Aug 29 '16 12:08 kevgathuku

A workaround I found is to execute zsh and then tmux. But then you lose upterm's autocompletion and other features.

jmolero avatar Jun 23 '17 15:06 jmolero

Have the same issue when creates a new tmux session.

Upterm: command "_zsh_tmux_plugin_run" not found.

ganziqim avatar May 12 '18 18:05 ganziqim