Change capslock to escape

This commit is contained in:
Sebastian 2019-10-14 14:06:32 +02:00
parent 805cb9397d
commit 0b288f90a9

View file

@ -68,5 +68,5 @@ PS1="(%*) %F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# " # https://wiki.gen
setopt autocd # Change directory without typing "cd" in front of it. setopt autocd # Change directory without typing "cd" in front of it.
alias scp='noglob scp' # Allows wildcards in scp commands alias scp='noglob scp' # Allows wildcards in scp commands
alias rsync='noglob rsync' # Allows wildcards in rsync commands alias rsync='noglob rsync' # Allows wildcards in rsync commands
setxkbmap -option caps:escape # Change capslock key to escape
zstyle ':completion:*' rehash true # Find new executables for autcompletion zstyle ':completion:*' rehash true # Find new executables for autcompletion