From d0e0a1352eeeee3bc4cfbbd6f407bb7ceef14188 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 25 Dec 2020 11:08:20 +0100 Subject: [PATCH] Set shell tab width to 4 --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2f3fe08..8be475c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -3,6 +3,9 @@ # Disable Ctrl+S and Ctrl+Q stty -ixon +# Set tab width +tabs -4 + # vi mode bindkey -v