Skip to content
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

Added basic fold commands zc, zo, zC, zO. #222

Merged
merged 1 commit into from May 17, 2016

Conversation

geksilla
Copy link
Contributor

Executes in normal mode:
zc - editor.fold
zo - editor.unfold
zC - editor.foldAll
zO - editor.unfoldAll

Executes in normal mode:
`zc` - editor.fold
`zo` - editor.unfold
`zC` - editor.foldAll
`zO` - editor.unfoldAll
@geksilla
Copy link
Contributor Author

I've ran tests locally with:

npm test

and they are passed...

@jpoon jpoon merged commit 5091b73 into VSCodeVim:master May 17, 2016
@jpoon
Copy link
Member

jpoon commented May 17, 2016

This also fixes #218

@geksilla geksilla deleted the feature/basic-fold-support branch May 18, 2016 08:11
@kaleb
Copy link

kaleb commented Jul 22, 2016

I am trying to use zc and zo and they do not appear to be functioning for me. Any help would be appreciated.

@jpoon
Copy link
Member

jpoon commented Jul 23, 2016

@kaleb i just tried it with the latest vscodevim (0.1.3) running the latest vscode (1.3.1) and it worked fine.

Can you double check that you are in normal mode? If you still can't get it to work, please file an issue and we can track it using that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants