evil-collection icon indicating copy to clipboard operation
evil-collection copied to clipboard

preserve gg and G motion commands in dired

Open timcharper opened this issue 1 year ago • 2 comments
trafficstars

I found it rather surprising that 'gg' and 'G' don't work to navigate a dired buffer in normal mode, while other motion keys do work.

I think perhaps the change-mode commands should be behind a prefix key?

https://github.com/emacs-evil/evil-collection/blob/8c84f9bc89fe56e71b56519f886085ddcbc671cf/modes/dired/evil-collection-dired.el#L58

timcharper avatar Jan 27 '24 18:01 timcharper

For some reason, it works for me. Will take a PR to swap that binding.

jojojames avatar Jan 28 '24 10:01 jojojames

Interesting! I'll try and reproduce with more vanilla configuration. Could be an interaction with something else I have installed.

timcharper avatar Feb 02 '24 07:02 timcharper