Skip to content

Instantly share code, notes, and snippets.

@santi020k
Last active August 20, 2020 19:50
Show Gist options
  • Save santi020k/ec31f46687a50fbad124ec8a434c9944 to your computer and use it in GitHub Desktop.
Save santi020k/ec31f46687a50fbad124ec8a434c9944 to your computer and use it in GitHub Desktop.
Convert caplock to ctrl Linux
source ~/powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Convert caplock to ctrl Linux
setxkbmap -layout latam -option ctrl:nocaps
export TERM=xterm-256color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment