punassuming / ranger.el

Bringing the goodness of ranger to dired!
699 stars 52 forks source link

Ranger bookmarks should be case-aware #150

Open ngoonee opened 7 years ago

ngoonee commented 7 years ago

Currently it's not possible to have one bookmark to 'd' and another to 'D', as with rangerfm.

2ynn commented 2 months ago

@ngoonee it doesn't look like an issue with ranger.el per se, I think this shoud work:

        (with-eval-after-load 'ranger
          (setq bookmarks-completion-ignore-case nil))

see bookmark-get-bookmark implementation in bookmarks.el