在 VIM 編輯器裡貼上時會因#等註解符號行讓排版亂掉
只要
set formatoptions-=cro
參考 https://vim.fandom.com/wiki/Disable_automatic_comment_insertion
設定在 ~/.vimrc 裡
au BufEnter * set fo-=c fo-=r fo-=o
在 VIM 編輯器裡貼上時會因#等註解符號行讓排版亂掉
只要
set formatoptions-=cro
參考 https://vim.fandom.com/wiki/Disable_automatic_comment_insertion
設定在 ~/.vimrc 裡
au BufEnter * set fo-=c fo-=r fo-=o
留言