wbolster / emacs-evil-colemak-basics

Emacs package with basic key rebindings for evil-mode with the Colemak keyboard layout
86 stars 23 forks source link

Bind ‘I’ (uppercase ‘i’) to evil-window-bottom #12

Closed timacs closed 3 years ago

timacs commented 3 years ago

In Vim, following our design rationale, L would be bound to the command "undo all latest changes on the line". So, should Evil implement that Vim command, we won't be caught off guard.

Oh, and I've also reordered lines a bit, following some simple logic. Let me know if you had another one in your mind.

If that change is OK, shall I reflect that binding in readme?

wbolster commented 3 years ago

ack, makes sense. please update the readme 🚋

timacs commented 3 years ago

README updated.

wbolster commented 3 years ago

✅ thanks, merged!