Browse Source

Set shell tab width to 4

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

3
.config/zsh/.zshrc

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

Loading…
Cancel
Save