Copy the Command Output of Vim
When we excute the system command in the Vim(via :!command), sometimes we want to copy the output content, but it’s difficult.
继续阅读When we excute the system command in the Vim(via :!command), sometimes we want to copy the output content, but it’s difficult.
继续阅读Dictionary completions is a powerful tool in Vim, but if the feature is powerful is due to you dictionary files. As I find a Vim plugin : asins/vim-dict: vim dict files, when I install it, it doesn’t work, and shows the error as follows:
Unknown option: Files
继续阅读
I want to mark a specific li
tag in the ul
, the HTML code is like this:
<ul>
<li>li-1</li>
<li>li-2</li>
<li>li-3</li>
<li>li-4</li>
</ul>
继续阅读
Sometimes, when we browse the website pages, we want to control it, and let it do somethings by our expectation, such as close the advertisement doms automatically. As we known that JavaScript can fulfill it, so we should inject a JavaScript file and execute our own command.
继续阅读Long time ago, I used vs code to write my blog, because it support markdwon syntax and can view the post immediately. Recently, I found vs code is not so useful, and sometimes, it is so slowly when start. So I switch to Vim, and use Vim to write posts.
继续阅读