syl20bnr / evil-tutor

Vimtutor adapted to Emacs+Evil and wrapped in a major mode.
GNU General Public License v3.0
87 stars 12 forks source link

C-k and C-j in evil tutor, lesson 5.3 #10

Open woockashek opened 2 years ago

woockashek commented 2 years ago

Lesson states that C-k moves to the beginning of the lesson and C-j till the end of it. Those shortcuts however acts differently. C-k cuts/deletes the rest of the line and C-j splits line in half. Is there something wrong with my setup or the tutorial is wrong?

I'm using evil-normal-state and started tutorial with evil-tutor-start with emacs 27.1 and spacemacs

woockashek commented 2 years ago

ok I just realized that I had 2 elpa subdirs in emacs.d (26.3 and 27.1) containing evil-tutor. After removing one for 26.3 shortcut started to work properly.

Initialy I set up spacemacs with emacs 26.3, then installed 27.1. Possibly I should do spacemacs setup from scratch.