DEV Community

Cover image for How to resume neovim session
Rafael Thayto
Rafael Thayto

Posted on

How to resume neovim session

Like most Unix programs Neovim/VIM can be suspended by pressing CTRL-Z.

To resume the session is simple, just run fg in your terminal:

$ fg
Enter fullscreen mode Exit fullscreen mode

Photo by Martin Zangerl on Unsplash

Top comments (1)

Collapse
 
lovelindhoni profile image
Lovelin

@thayto man, you got me.
I expected you would use the :mksession command or use a couple of plugins, juggle with tmux and all.
🫡