Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vim_tips_and_tricks [2012/08/06 13:50]
127.0.0.1 external edit
vim_tips_and_tricks [2016/01/19 11:24]
steve
Line 43: Line 43:
   * ***** Search current word forward   * ***** Search current word forward
   * **#** Search current word backward   * **#** Search current word backward
 +
 +** Convert DOS to Unix newlines **
 +
 +<​code>​
 +:set ff=unix
 +</​code>​