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

Normal Mode Keybindings #75

Open
sschepens opened this issue Jan 2, 2015 · 1 comment
Open

Normal Mode Keybindings #75

sschepens opened this issue Jan 2, 2015 · 1 comment

Comments

@sschepens
Copy link
Contributor

I was going to implement a few ones but saw that @gchp already did.
I see a few problemas:

  • In vim '^' means start of non whitespace text in line, not start of line, which would skip identations, tabulations, etc.
  • Start of line in vim is actually 0 (zero).
  • While undo is 'u', redo is actually ctrl+r because 'r' is for replacing characters didnt see it already is implemented as ctrl+r
@gchp
Copy link
Owner

gchp commented Jan 2, 2015

Yup, you're right about the start of line thing. We don't have a way of finding the first non-whitespace char on a line, however if you want to add those, that would be cool!

I believe I already have Ctrl+r bound to redo?

Modes are still very new, so there's lots to do yet! Thanks for contributing!

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

2 participants