Closed abitrolly closed 2 years ago
When I run :Gina status my current file is replaced with its output. When I :q the window, vim exits completely. How to return to the file I was editing?
:Gina status
:q
vim
Installed gina.vim like this.
gina.vim
git clone --depth 1 https://github.com/lambdalisue/gina.vim ~/.vim/pack/plugins/start/gina.vim
See :help jump-motions. That's Vim's native feature so please move onto StackOverflow or similar if you have more questions about this topic.
:help jump-motions
When I run
:Gina status
my current file is replaced with its output. When I:q
the window,vim
exits completely. How to return to the file I was editing?Installed
gina.vim
like this.