Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

TakeCommand 31 pipe issue with gvim

$
0
0
I use vim and gvim a lot and came across something weird of late. In particular, I can pipe the output of a command into vim easily enough like the following:
dir | vim -
That opens vim with the contents of my current directory loaded into a buffer. I can use the very same command with gvim instead in a Windows CMD shell just fine:
dir | gvim -
That opens gvim with the contents of my current directory loaded into a buffer. But here's the problem: it doesn't work when I use...

Read more

Viewing all articles
Browse latest Browse all 1680

Trending Articles