|
|
|
|
|
by McLeopold
5550 days ago
|
|
On windows you would need to type [Alt]+0+1+2. The numbers have to be on the numeric pad, which on some laptops without that would include further function keys to be setup to type the character. Some editors will accept this and display a [FF] representation (notepad2, notepad++). Others just don't work (eclipse, wordpad, notepad). gVim can still use [Ctrl]+L This is a really bad choice if your code can only be edited by some text editors. Perhaps a secondary string to use for splitting in addition? |
|