File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
- ! key names are: Caps_Lock, Escape, Control_L
1
+ ! from `man xmodmap`
2
+ ! reverse swap caps lock and left control
3
+ !remove Lock = Caps_Lock
4
+ !remove Control = Control_L
5
+ !keysym Control_L = Caps_Lock
6
+ !keysym Caps_Lock = Control_L
7
+ !add Lock = Caps_Lock
8
+ !add Control = Control_L
2
9
3
- remove Lock = Caps_Lock
4
- remove Control = Control_L
5
- keysym Control_L = Caps_Lock
6
- keysym Caps_Lock = Control_L
7
- add Lock = Caps_Lock
8
- add Control = Control_L
10
+ !https://wiki.archlinux.org/index.php/xmodmap
11
+ !The following example modifies CapsLock to Control, and Shift+CapsLock to CapsLock:
12
+ clear lock
13
+ clear control
14
+ add control = Caps_Lock Control_L Control_R
15
+ keycode 66 = Control_L Caps_Lock NoSymbol NoSymbol
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set -gx GCC_COLORS 1
23
23
set -gx EDITOR /usr/bin/vim
24
24
set -gx LESS -iR # http://stackoverflow.com/a/26069/1204713
25
25
# set -gx PAGER most # apt-get install most
26
- set -gx MANWIDTH 80
26
+ set -gx MANWIDTH 72
27
27
# set -gx BROWSER chromium-browser
28
28
29
29
# enable the following when YCM git clone failed
You can’t perform that action at this time.
0 commit comments