Browse Source

Set shell tab width to 4

master
Riyyi 4 years ago
parent
commit
d0e0a1352e
  1. 3
      .config/zsh/.zshrc

3
.config/zsh/.zshrc

@ -3,6 +3,9 @@
# Disable Ctrl+S and Ctrl+Q # Disable Ctrl+S and Ctrl+Q
stty -ixon stty -ixon
# Set tab width
tabs -4
# vi mode # vi mode
bindkey -v bindkey -v

Loading…
Cancel
Save