diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2020-09-03 15:12:28 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2020-09-03 15:12:28 +0200 |
commit | c9a7b42281802f4fc398f07cdaadbaca5a60df3b (patch) | |
tree | 9c11377faaa8f5bf345c58f5f5b71370eb9487fd | |
parent | 9b1cbc029e03a01957764a11aa8ea5f0f0ee9590 (diff) | |
download | dotfiles-c9a7b42281802f4fc398f07cdaadbaca5a60df3b.tar.gz dotfiles-c9a7b42281802f4fc398f07cdaadbaca5a60df3b.tar.bz2 dotfiles-c9a7b42281802f4fc398f07cdaadbaca5a60df3b.zip |
keymaps include caps:escape swap
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,4 +120,4 @@ alias gdimg='git difftool -t image_diff' alias -g G='| grep' alias lar='ls -lahrt' -alias mykeys='setxkbmap -I~/.config/xkb/ oscar -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' +alias mykeys='setxkbmap -I~/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' |