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

(Re)map prefixes #11

Closed
KenjiTakahashi opened this issue Aug 27, 2016 · 1 comment
Closed

(Re)map prefixes #11

KenjiTakahashi opened this issue Aug 27, 2016 · 1 comment

Comments

@KenjiTakahashi
Copy link
Contributor

I'd like to be able to do

map ; :

since it's mapped like this in ranger and I'm too used to not having to press Shift :-).
Personally, I'm fine with just hardcoding ; as alias for :, but maybe a more generic solution would be nice?

@gokcehan
Copy link
Owner

You can map it by mapping the read command as such:

map ; read

When I tried it now, I thought it wasn't going to work since ; is used as the statement separator but it seems to work somehow, kind of accidental though :)

At some point I will clean the parser code. I will try to remember not to break this behaviour but if something changes you can reopen this issue.

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