When narrowed buffer being opened in split window, ZZ and ZQ can return to original buffer.
When narrowed buffer being opened in current window via :NR! or :NW!, only :bd[!], :q[!] can return to original buffer. but ZZ and ZQ ( also :x, :wq[!]) will quit vim instead of returning to original buffer.
When narrowed buffer being opened in split window,
ZZ
andZQ
can return to original buffer. When narrowed buffer being opened in current window via:NR!
or:NW!
, only:bd[!]
,:q[!]
can return to original buffer. butZZ
andZQ
( also:x
,:wq[!]
) will quit vim instead of returning to original buffer.