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

ranger-search-files does not work #5029

Closed
psamim opened this issue Feb 11, 2016 · 7 comments
Closed

ranger-search-files does not work #5029

psamim opened this issue Feb 11, 2016 · 7 comments

Comments

@psamim
Copy link

psamim commented Feb 11, 2016

Description

In default ranger f is bound to ranger-search-files while in ranger layer in Spacemacs this key is shadowed by the default evil-mode behaviour of f key. I suggest using different key binding for ranger-search-files.

Reproduction guide

  • Start Emacs
  • Be sure to use vim editing mode
  • Be sure ranger layer is loaded
  • Open ranger with SPC a r
  • Press f

Observed behaviour:
I observe Emacs is waiting for the next letter, because f<X> puts the cursor on the next occurrence of the letter .

Expected behaviour:
I expect it brings ranger-search-files as it is the default ranger behaviour.

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.9
  • Spacemacs branch: nil (rev. 0562f05)
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
((auto-completion :variables auto-completion-enable-help-tooltip t)
 better-defaults emacs-lisp javascript clojure haskell python lua c-c++ html shell-scripts ess sql go scala java react git markdown org restclient selectric erc dockerfile latex
 (evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
 evil-commentary spell-checking syntax-checking version-control ranger semicolon org-latex-classes org-psamim psamim-defaults)
@StreakyCobra
Copy link
Contributor

It works as expected here. Can you update your issue to follow this template?

@psamim
Copy link
Author

psamim commented Feb 12, 2016

@StreakyCobra Sure, I updated the issue.

@StreakyCobra
Copy link
Contributor

Can you try to remove evil-snipe from you layer list and try again?

@psamim
Copy link
Author

psamim commented Feb 12, 2016

I did and now it is working as expected. Should we add a hook to disable evil-snipe in ranger?

@StreakyCobra
Copy link
Contributor

Yes probably. @Ralesi any opinion on this?

@punassuming
Copy link
Contributor

@StreakyCobra That can work, I will investigate how evil-snipe hooks into evil-mode bindings.

@d12frosted
Copy link
Contributor

Fixed with released of Spacemacs v0.200. Let us know if you still have any problems with 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

5 participants