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

M-f, M-d go one char too far #2

Open
rking opened this issue Jan 2, 2013 · 1 comment
Open

M-f, M-d go one char too far #2

rking opened this issue Jan 2, 2013 · 1 comment

Comments

@rking
Copy link

rking commented Jan 2, 2013

If you're at the bar in: as |df hj
And you hit M-f in Emacs, you end up at: as df| hi (your next char goes right after the df)

But in vim-rsi you end up at as df |hj

Same thing for M-d, slurping the space after the deleted text while Emacs leaves that space there.

@tpope
Copy link
Owner

tpope commented Jan 2, 2013

Curiously, on zsh, M-f behaves like vim, but M-d does not.

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