From: Tony Duckles Date: Sun, 25 Jul 2021 15:27:51 +0000 (-0500) Subject: .vimrc: Add mapping for enabling soft tabs X-Git-Url: http://git.nynim.org/dotfiles.git/commitdiff_plain/5e95b3933b4a8222d2149ac055b0d47e7dcbebf5 .vimrc: Add mapping for enabling soft tabs --- diff --git a/.vimrc b/.vimrc index 70ca9d1..c94e948 100644 --- a/.vimrc +++ b/.vimrc @@ -429,6 +429,8 @@ nmap hu GitGutterUndoHunk nmap hs GitGutterStageHunk " goyo nnoremap G :Goyo +" enable soft tabs +nmap st :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab " -------------------------------------------------------------------------- " Functions