-
-
Save coder054/457f32fc889105f47b62092d29dd2d56 to your computer and use it in GitHub Desktop.
Colemak DHm vim remap
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
noremap f e | |
noremap p r | |
noremap b t | |
noremap j y | |
noremap l u | |
noremap u i | |
noremap y o | |
noremap ' p | |
noremap r s | |
noremap s d | |
noremap t f | |
noremap m h | |
noremap n j | |
noremap e k | |
noremap i l | |
noremap o ; | |
noremap d v | |
noremap v b | |
noremap k n | |
noremap h m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment