When I type M-x man
, it opens up a split and it behaves like a special buffer.
I want that when I invoke M-x man
that it takes over the current window, and not open up any new splits. Also, I want it to behave like any normal evil text buffer beggining at evil-normal-state.
Is there a way to achieve that?
thanks in advance.