Fork me on GitHub
#spacemacs
<
2021-02-10
>
grazfather01:02:47

Why does spacemacs use ctrl k and j for up and down? even in vim it’s ctrl p and n normally

practicalli-johnny09:02:20

In Spacemacs j and k move the cursor down and up a line on Evil normal state, just like the vim style. 24 j will move down 24 lines just like vim. If this isn't the case, then some custom code has been added or something is broken. C-j and C-k are used to navigate in a helm popup, but I cannot think of another case.

grazfather14:02:34

it’s also used in the repl

grazfather14:02:55

jk and makes sense, but in vim ctrl p and ctrl n are used to navigate dropdowns and history

grazfather14:02:17

I guess fixing it in Helm would have the biggest impact