diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-01-10 21:46:44 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-01-10 21:46:44 +0100 |
commit | 17970bea49acedfdc96c2fd2a580fd92308fcd3d (patch) | |
tree | 7d52f9f82179b0a4aaf0299a763ced98cb53544d | |
parent | 56622fbc1663f8fb56d3dd6abefaf600a0eb6d72 (diff) | |
download | dotfiles-17970bea49acedfdc96c2fd2a580fd92308fcd3d.tar dotfiles-17970bea49acedfdc96c2fd2a580fd92308fcd3d.tar.zst dotfiles-17970bea49acedfdc96c2fd2a580fd92308fcd3d.zip |
Spaces > Tabs in .vimrc
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set mouse-=a syntax on set tabstop=4 -set noexpandtab +set expandtab set autoindent map <F7> :tabp <LF> map <F8> :tabn <LF> |