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

en_vim-guide.txt #45

Merged
merged 4 commits into from
Dec 4, 2017
Merged

Conversation

panosnethood
Copy link
Contributor

I did a first draft of a "very short" vim tutorial.

I copied the markup from other files and I hope it works. Of course feel free to edit!

It is also the first time I do a pull request from a fork. I hope it is correct :-)

@ilario
Copy link
Member

ilario commented Dec 4, 2017

This looks very good, thanks! It's even a vi guide, not a vim guide as expected! :)
Just one correction: you need to leave a blank line before the itemized lists in order to have them recognized as such.
And maybe rather than putting code between " (for example ":wq") you could use + (for example +:wq+) for having it represented as code.

@panosnethood
Copy link
Contributor Author

Done! How could I see how it looks?

@ilario
Copy link
Member

ilario commented Dec 4, 2017

Mh, I meant a blank line before the whole block of the itemized lists, not only each item. I could just test locally with Jekyll but I'm having problems with it at the moment. I merge and if the itemized list will be broken I just remove the additional blank lines :)

@ilario ilario merged commit a6f00bb into libremesh:master Dec 4, 2017
@ilario
Copy link
Member

ilario commented Dec 5, 2017

I don't know why but the HTML is not being generated.
Can anyone having a working Jekyll installation check? @nicopace @aparcar @p4u
Maybe Jekyll doesn't like the blank line at the beginning of the file?

@nicopace
Copy link
Member

I am using the docker version and it is not generating.
Anyone with experience with jekyll can help here? @libremesh/owners

@ilario
Copy link
Member

ilario commented Dec 15, 2017

@nicopace can you test if it gets generated after deleting the blank line at the beginning of the txt file?
Otherwise it will be because it's not linked in any other file I suppose.

@nicopace
Copy link
Member

Yes... it was that. I already fixed this in master.
Thanks @ilario !

@ilario
Copy link
Member

ilario commented Dec 15, 2017

Amazing, finally we have it! http://libremesh.org/docs/en_vim-guide.html

@panosnethood
Copy link
Contributor Author

Great! I had in mind to try a slightly improved version with a few more commands like dd or :#line but perhaps there are not needed for editing config files :-)

@ilario ilario mentioned this pull request Feb 4, 2018
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.

3 participants