Skip to content

Colemak Navigation Doesn't Work Everywhere #16670

Closed Answered by eeriemyxi
eeriemyxi asked this question in Q&A
Discussion options

You must be logged in to vote

I had to do the research myself at last... Well I managed to get it to work. Here is the guide for the other fellow Colemak people:

Put this in the user config section of your .spacemacs file:

(evil-collection-define-key 'normal 'dired-mode-map
    "n" 'dired-next-line  
    "e" 'dired-previous-line 
    "h" 'dired-up-directory
    "i" 'dired-find-file 

    (kbd "M-C-e") 'dired-tree-up
    (kbd "M-C-n") 'dired-tree-down
    (kbd "M-C-h") 'dired-prev-subdir
    (kbd "M-C-i") 'dired-next-subdir

    (kbd "* C-e") 'dired-prev-marked-file
    (kbd "* C-n") 'dired-next-marked-file
    )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eeriemyxi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant