ranger.el icon indicating copy to clipboard operation
ranger.el copied to clipboard

Ranger bookmarks should be case-aware

Open ngoonee opened this issue 7 years ago • 1 comments

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

ngoonee avatar Apr 03 '17 09:04 ngoonee

@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

2ynn avatar Jun 08 '24 14:06 2ynn