view · edit · sidebar · attach · print · history

<< JumpToPosition | Index | Links >>

Vim Line Breaks

  • Show Line-Feed
 :set ff?
  • Set Line-Feed to Dos
 :e ++ff=dos
  • Set Line-Feed to Unix
 :setlocal ff=unix
  • Show hidden characters
 :set list
  • Do not show hidden characters
 :set nolist
  • Reference
 http://vim.wikia.com/wiki/File_format
  • Some History
 http://www.perlmonks.org/index.pl?node_id=68687
view · edit · sidebar · attach · print · history
Page last modified on December 03, 2012, at 04:00 PM