๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
์šด์˜์ฒด์ œ

Vim์—์„œ Auto Indent ์‚ฌ์šฉ

by ์„œ์•„๋ž‘๐Ÿ˜ 2023. 5. 30.

 

๊ฐ€๋” vim์— ์„ค์ • ๋‚ด์šฉ์„ ๋ถ™์—ฌ๋„ฃ๊ธฐ ํ•  ๋•Œ json์˜ indent๊ฐ€ ๋ฌด์‹œ๋˜๊ฑฐ๋‚˜ ์—‰๋ง์ด ๋˜๋Š” ๊ฒฝ์šฐ๊ฐ€ ์žˆ๋‹ค.

์ด์ „๊นŒ์ง€๋Š” Virtual Mode๋กœ ์˜์—ญ์„ ์„ ํƒ ํ›„ > ํ˜น์€ < ๋กœ ์ˆ˜์ž‘์—…์„ ๋ช‡๋ฒˆ ํ•ด์ค˜์•ผ ํ–ˆ์—ˆ๋Š”๋ฐ,

์•„๋ž˜ ๋ช…๋ น์–ด๋กœ ๋ฐ”๋กœ ๊ฐ€๋Šฅํ•˜๋‹ค.

 

gg
=G

 

 

  • gg : go to beginning of the file
  • G : go to end of the file
  • =indent

 

 

๋งŒ์•ฝ ์ „์ฒดํŒŒ์ผ์ด ์•„๋‹ˆ๋ผ ํŠน์ • ์œ„์น˜์—์„œ๋ถ€ํ„ฐ indent๋ฅผ ๋จน์ด๊ณ  ์‹ถ๋‹ค๋ฉด ๊ทธ ์œ„์น˜์—์„œ =G๋ฅผ ํ•˜๋ฉด ๋œ๋‹ค.

์ค‘๊ฐ„ ๋ถ€๋ถ„๋งŒ indent๋ผ๋ฉด =ํ›„ ๋ผ์ธ์„ ์ž…๋ ฅํ•˜๋ฉด ๋œ๋‹ค.

 

 

์Šคํƒ์˜ค๋ฒ„ํ”Œ๋กœ์—์„œ ๊ฐ€์ ธ์˜จ ๋‚ด์šฉ์ด๋‹ค.

 

https://unix.stackexchange.com/questions/19945/auto-indent-format-code-for-vim

 

Auto indent / format code for Vim?

I'm trying to use Vim more and more when I can. One of my biggest grip between Vim and an IDE like Aptana is the ability to auto indent. Is there a means of auto formatting code (HTML, CSS, PHP) s...

unix.stackexchange.com

 

๋Œ“๊ธ€