- alias files: - 209: Split from school because was getting too long. - my_pc: Stores common aliases between laptop and desktop. - Can now have different Terminator configurations for each computer. - egc alias: Loads commit message buffer into Vim with text width of 72 and syntax highlighting.
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
if [ "$(hostname)" == "X1-Carbon" ]; then
|
|
# key swaps
|
|
xmodmap -e "keycode 9 = Escape"
|
|
xmodmap -e "keycode 22 = Home"
|
|
xmodmap -e "keycode 119 = End"
|
|
xmodmap -e "keycode 110 = Delete"
|
|
xmodmap -e "keycode 115 = BackSpace"
|
|
fi
|