Last active
August 29, 2015 14:06
-
-
Save rsslldnphy/9368c2d8e2dd8139be4f to your computer and use it in GitHub Desktop.
Emacs/Evil-Mode annoyances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 'p' pastes over lines rather than inserting new ones | |
* 'dd' doesn't work - it should call `evil-paredit-kill-line` | |
* can't map ad-hoc keybindings | |
* :e doesn't work from top-level of project, but level of current file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment