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

[documentation] Tutorial / walk through of .vimrc to .spacemacs #1735

Closed
geo7 opened this issue May 26, 2015 · 2 comments
Closed

[documentation] Tutorial / walk through of .vimrc to .spacemacs #1735

geo7 opened this issue May 26, 2015 · 2 comments

Comments

@geo7
Copy link
Contributor

geo7 commented May 26, 2015

There are often questions about key bindings and such when people are
transitioning from VIm to Spacemacs. Having a solid walk-through of implementing
basic .vimrc functionality within .spacemacs might make the transition easier
and explain terms in a familiar way to new comers (from VIm).

Examples of .vimrc files are not hard to find, though
here's mine for the use of this post. This isn't a
very complicated vimrc file, and there aren't any functions either (which
could be a useful area perhaps).

However in this vimrc there are somethings that could be covered and "walked
through
" for new comers. Talking about Vundle and its similarities to layers, how to
map keys in a manner similar to

" Make L go to the start of the line
nnoremap L $

and other items could be covered.

Of course, anything covered already in the documentation should be referenced
rather than duplicated, I think this might provide a readable introduction for
VIm users though.

@jupl
Copy link
Contributor

jupl commented May 26, 2015

#1565

@TheBB
Copy link
Collaborator

TheBB commented Aug 27, 2015

I think VIMUSERS.org addresses this. Feel free to PR specific content there.

@TheBB TheBB closed this as completed Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants