lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Invalid document about action key (Tab is documented instead of a) #203

Closed shinzui closed 5 years ago

shinzui commented 5 years ago

How do you get the action: prompt documented in the help? I tried hitting tab from a gina-status buffer, and I also tried hitting tab after opening the builtin help menu.

lambdalisue commented 5 years ago

Wow. I haven't noticed for while but the document is completely wrong 🙇 You need to hit a (Action) instead of <Tab> from this commit.

Anyway, thank you for reporting. I'll fix the document then close this issue 👍

ulidtko commented 5 years ago

By the way, I'm really missing a commit action in the gina-status action menu :grin:

I'm aware I can configure this in my vimrc, but... it just feels that committing is one of the "hottest" actions in many workflows, and should be easily accessible by default.

lambdalisue commented 5 years ago

@ulidtko

What kind of behavior is expected for commit action in gina-status? Just opening a gina-commit buffer or immediately commit picked changes with a short message via prompt?

Anyway, it is a kind off-topic for this issue so please make a new issue for the reply or any feature requests 👍