[vim ] 請問文寬設定

看板Editor (編輯器(vim/emacs))作者 (elegant)時間14年前 (2010/03/21 20:05), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/2 (看更多)
http://vimdoc.sourceforge.net/htmldoc/vimfaq.html 14.2. How do I format long lines in a file so that each line contains less than 'n' characters? First set the 'textwidth' option to the desired value: set textwidth=70 Now to break the long lines to the length defined by the 'textwidth' option, use :g/./normal gqq 照他這麼說 好像是多出70 的字會被截斷到下一行 可是我試過之後好像沒啥反應.. 就只是文字被反白的樣子而已... 有人知道怎麼作類似這種把文字自動截斷的動作嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.117.197.152

03/22 01:13, , 1F
Format current paragraph under cursor
03/22 01:13, 1F

03/22 01:13, , 2F
{v}gq
03/22 01:13, 2F
文章代碼(AID): #1BfWkAAE (Editor)
討論串 (同標題文章)
文章代碼(AID): #1BfWkAAE (Editor)