Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vim set tab to 4 spaces

set ts=4 sw=4 expandtab
Comment

vim change all spaces to tabs

:%retab!
Comment

vim convert tabs to spaces

:set tabstop=4
Comment

vim convert tabs to spaces

:retab
Comment

vim convert tabs to spaces

:set expandtab
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install vim on macos 
Shell :: mdem ubuntu add user to sudo 
Shell :: linux cp 
Shell :: sudo apt install 
Shell :: npm install postgresql 
Shell :: visual studio export installed nuget pacjkages 
Shell :: flutter signingthe app 
Shell :: get public ip 
Shell :: Installing ionic local notification plugin 
Shell :: chown a file 
Shell :: npm colors 
Shell :: install docker on windows server 2019 
Shell :: how disabled cors in chrome 
Shell :: delete a folder from git 
Shell :: android/gradlew EACCES error 
Shell :: git pull only master branch 
Shell :: terraform plugin for vim 
Shell :: install pycharm ubuntu 
Shell :: sed replace word with newline 
Shell :: atom vs sublime 
Shell :: create a new branch based on another branch 
Shell :: git stash save name 
Shell :: macos terminal delete file 
Shell :: ubuntu create user 
Shell :: check for installed chaincode 
Shell :: transfer git repo from gitlab to github 
Shell :: dockerfile from local image 
Shell :: v4l2 not found 
Shell :: apt order by size 
Shell :: npm list commands 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =