Vim – Character Encoding

Sometimes we need to check character encoding for special word, or by contrast, to input some special words according to character encoding. The article will show you how to handle the two situations. Find the character encoding for special world Move the cursor at the character and input ga normal Read more…

Vim – Edit Multiple Files

Open multiple files Open multiple files on the horizontal direction: vim -o file1 file2 file3 ….Switch edit file:ctrl + ww.Close all opened files without saving operation:qa.Multiple fails in the vertical direction: vim -O file1 file2 file3 ….Add a number n after -o, we can open multiple files in multiple split windows). Split window Add a Read more…

Content Summary
: Input your strings, the tool can get a brief summary of the content for you.

X