-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding colemak keyboard layout option to
keyboard-layout
- Base Remapping Keys `#{n, e, i, o}` <=> `#{h, j, k, l}` - setting `avy` keys to the `colemak` home row keys `#{a, r, s, t, n, e, i, o}` - adjusting leader key to `tn` - overriding evil org mode bindings especially for 'o' - one character key guess rebindings can give back empty string when looking for the prefix and it isn't empty, then guess the rebindings -- this fix lets the check not pass and return `'(nil nil)`, allowing the `(remove-if #'null)` to actually work. - correcting magit staging when using visual line
- Loading branch information
1 parent
7554aff
commit 4461721
Showing
5 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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