mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The h,j,k,l paradigm is distinctly vim's, and should not be bound for vanilla users, so now it's only available to evil users. Also, since C-c l is the vanilla localleader prefix, this causes "Key sequence C-c l b starts with non-prefix key C-c l" errors. Fixes #3224