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

New helm backspace behavior and renaming of files #1583

Closed
syl20bnr opened this issue May 12, 2015 · 7 comments
Closed

New helm backspace behavior and renaming of files #1583

syl20bnr opened this issue May 12, 2015 · 7 comments

Comments

@syl20bnr
Copy link
Owner

With the new backspace behavior #1524 it is hard to rename a file SPC f R.

@CestDiego
Copy link
Contributor

^ this. We should instead embrace C-l to go up a directory

@mbertheau
Copy link
Contributor

My take on this:

  1. <backspace> in vim, emacs and most everywhere else deletes one character backwards. I don't know about ido. Making it delete a whole path component is surprising and destructive, since you lose the path that was there.
  2. <left> moves the point to the left in vim prompts, some emacs prompts and most everywhere else. I don't know about ido. Making it delete a whole path component is even more surprising, since <left> usually doesn't delete text.

I have seen helm being praised, but since I moved to spacemacs maybe a month ago, helm has been one of the frustrating parts of the experience :/

@cpaulik
Copy link
Contributor

cpaulik commented Sep 17, 2015

👍 for deleting characters with backspace

@agzam
Copy link
Contributor

agzam commented Sep 19, 2015

👍 for one character at a time, and C-backspace of S-backspace for deleting word by word

@yangj1e
Copy link

yangj1e commented Sep 21, 2015

I am annoyed by this behavior as well. Backspace should delete one character at a time.

@TheBB
Copy link
Collaborator

TheBB commented Oct 28, 2015

This isn't a problem any more.

@TheBB TheBB closed this as completed Oct 28, 2015
@yarray
Copy link

yarray commented Jan 13, 2016

Sorry for bothering but is there any plan to change the behaviors of left/right arrow as @mbertheau suggested? It is really not that intuitive for arrows to delete/add something.

Also the I had a hard time with the Neotree rename-mode. Besides the left/right problem, the file name of target node will not appear, which is quite inconvenient since most time renaming involves only minor corrections. Should I open a new issue for this?

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

8 participants