Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vim replace tabs with spaces

" Vi:

" To replace tabs with spaces whilst typing
set tabstop=4 shiftwidth=4 expandtab
Comment

vim set tab to 4 spaces

set ts=4 sw=4 expandtab
Comment

vim change all spaces to tabs

:%retab!
Comment

PREVIOUS NEXT
Code Example
Shell :: shutdown heroku app 
Shell :: git get last commit id 
Shell :: depends: libssl1.1 (= 1.1.1) but it is not installable 
Shell :: linux show groups 
Shell :: bash install kubectl 
Shell :: remove yarn ubuntu 
Shell :: test nginx config mac 
Shell :: brew node update 
Shell :: clear ubuntu logs 
Shell :: certbot list all domains 
Shell :: find xcode version 
Shell :: how to isntall blender on linux 
Shell :: how to install jest 
Shell :: history suggestion in terminal 
Shell :: husky pre-commit hook failed (add --no-verify to bypass) 
Shell :: how completely remove kde 
Shell :: hibernate ubuntu 
Shell :: download gimp ubuntu 
Shell :: sed replace number of variable length 
Shell :: install teams linux 
Shell :: how to check for angular cli version 
Shell :: check postgres process in mac 
Shell :: install lutris kali linux 
Shell :: how to unzip tar file 
Shell :: how to install g++ in fedora 
Shell :: find files created in last 20 days 
Shell :: add remote origin git 
Shell :: install specific kubectl version 
Shell :: ufw allow postgresql 
Shell :: how to make bat file delete itsself 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =