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

repeatability with dot #26

Open
5 of 17 tasks
ErikLambrechts opened this issue Jan 10, 2018 · 5 comments
Open
5 of 17 tasks

repeatability with dot #26

ErikLambrechts opened this issue Jan 10, 2018 · 5 comments

Comments

@ErikLambrechts
Copy link

Issue Prelude

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim
  • Language
    • C
    • C++
    • go
    • python
    • rust
    • javascript
    • typescript
    • erlang

I'm trying to understand why insertion aren't repeatable. Is there something I missed?

@tenfyzhong
Copy link
Owner

. works in normal mode only.

@ErikLambrechts
Copy link
Author

ok, but the "problem" I had was that the insert was not repeatable a whole.
supose i have a method signature method(arg1, arg2)
and I want to insert the following line
method(foo, bar);
I use ctrl-j to jump to the next argument to the end of the line, where I insert ;
Af this, . only repeats the insertion of ';'

@tenfyzhong
Copy link
Owner

What do you expect to insert?

@ErikLambrechts
Copy link
Author

everything I did between entering and leaving insert mode. So the line,

method(foo, bar);

@tenfyzhong
Copy link
Owner

It's difficult to insert the hold things after parameter completed, the plugin has exist insert mode.

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

2 participants