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

How to reproduce the secode git??? #106

Closed
haoxianhan opened this issue Jan 11, 2015 · 2 comments
Closed

How to reproduce the secode git??? #106

haoxianhan opened this issue Jan 11, 2015 · 2 comments

Comments

@haoxianhan
Copy link

for default config, I wonder how to achive the second gif that select multi line at its start position????

@ChrisHonniball
Copy link

#39 as linked in the readme.

Example 2

Example 2

  • select the line with V
  • go to the end of the file with G
  • press <C-n> to add a cursor at the beginning of every line and move to normal mode
  • press I to insert at the beginning of the line
  • type ", move to end of line with <C-e>, type another " followed by ,
  • move every cursor down one line with <C-j> (this is a custom mapping of mine in Insert mode)
  • hit <BS>, now all the words are on the same line
  • the rest is just normal Vim

@haoxianhan
Copy link
Author

thank you, I found the wanted from you ref link.

@faceleg faceleg closed this as completed Jan 11, 2015
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

No branches or pull requests

3 participants