vtop
vtop copied to clipboard
vtop breaks tmux mouse-mode
Running vtop
in a tmux session will stop any of the mouse-mode features of tmux from working. This persists even after vtop is closed, and the tmux session needs to be killed and restarted before mouse-mode works again.
Tested on Ubuntu 17.04 with Guake and fish shell.
Hi,
Are you sure it works on fish shell
?
I'm getting the following
/usr/local/bin/vtop: line 4: exec: : not found
cause exec
doesn't work on fish
@mustafawm I would open a separate issue about that. I'm using fish and the latest release of vtop
is working for me. exec
also works for me in fish.
Thanks @ianjsikes, I just ran npm i -g vtop
again and it's working fine now
Not giving up on fish shell
yet :)