Open koron opened 8 years ago
Currently :Godoc opens a document in single buffer. But I want to open documents in multiple buffers sometimes.
:Godoc
How about use :Godoc! to open a document with a new buffer.
:Godoc!
:Godoc net/http " open net/http :Godoc crypt/tls " reuse previous buffer and open crypt/tls :Godoc! net/http " open net/http with new buffer
Currently
:Godoc
opens a document in single buffer. But I want to open documents in multiple buffers sometimes.