-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to toggle diff fold using Enter #71
Comments
I suspect that the command |
I use the following:
zM - resets the fold |
@dfishburn , thx, but I want to use . I set to space key.
As result, it can improve user experience. One key Enter is quick than zo/zc. |
@dfishburn How does this mapping differ from |
There would be a solution for that request, but i can't decide if if is more natural to use |
@butterflyfish could you try branch |
* 'next' of https://github.com/jreybert/vimagit: fix smart magit close behavior plugin/magit.vim: if opened with MagitOnly, 'q' shows previous buffer test: fix gold file after previous commit plugin/magit.vim: fix template commit duplicate on refresh plugin/magit.vim: fix warning when magit is closed with bdelete smart cursor position when no previous file doc: introduce vimagit modes update commit mode to amend if already in commit mode README: fix <C-n> in markdown Fix jump to "file already aopen" abort syntax/magit.vim: fix sha1 highlight test/version.vader: fix test description plugin/magit.vim: update version to 1.7.1 Open magit buffer with a smart cursor position fix: make gaps between sections consistent plugin/magit.vim: <cr> toggle vim folding (ref #71)
Merged in master and present in release 1.7.2 |
currently, 'zo' can open diff fold while 'zc' can close diff fold. I want to use press Enter to toggle diff fold.
my vimrc have snippet:
The text was updated successfully, but these errors were encountered: