Closed windler closed 6 years ago
@tylerfowle could you try your config with the current master
?
@windler still not working, it just hangs on ws code ws
😞
Strange, I tested it with vi and nvim and it worked after these changes. Whats your OS and Terminal app?
@windler using macos 10.12.6 with iTerm2 Build 3.2.0beta6
@windler it also hangs in Terminal.app
@tylerfowle I tried macos + iTerm and it works for me. Are you sure you executed go get -u github.com/windler/ws
? The -u
flag is necessary.
@windler ah yes, it is working now!
Great to hear that!
Apps like
vi
orvim
do not work with CustomCommands, because they need a proper terminal.Thanks @tylerfowle for adressing this issue.