-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remap ctrl, capslock; add vim-unimpaired
Showing
6 changed files
with
35 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
clear lock | ||
clear control | ||
clear mod1 | ||
clear mod2 | ||
clear mod3 | ||
clear mod4 | ||
clear mod5 | ||
keycode 37 = Hyper_L | ||
keycode 66 = Control_L | ||
add control = Control_L Control_R | ||
add mod1 = Alt_L Alt_R Meta_L | ||
add mod2 = Num_Lock | ||
add mod3 = Hyper_L | ||
add mod4 = Super_L Super_R | ||
add mod5 = Mode_switch ISO_Level3_Shift |
Submodule vim-unimpaired
added at
3a7759
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
xmodmap ~/.Xmodmap | ||
gpg2 --quiet --no-tty --batch -d $HOME/.mutt/passwords/dumb.gpg > /dev/null |