Vim 实现的输入法体验
文接上回,Vim 虽然贵为编辑器之神,有一个没有解决好的问题就是输入中文,以及中英文的切换问题。最近也尝试了一些试图利用 Vim 提供的功能,在 Vim 中实现输入法的插件。本文做一总结点评。
文接上回,Vim 虽然贵为编辑器之神,有一个没有解决好的问题就是输入中文,以及中英文的切换问题。最近也尝试了一些试图利用 Vim 提供的功能,在 Vim 中实现输入法的插件。本文做一总结点评。
Vim/Neovim 下输入中文最大的痛就是需要频繁从中文模式切换到英文模式,来输入 Vim 的各种命令。本文总结在 macOS、Windows 下如何在离开 insert 模式的时候自动切换到英文输入。
Since --remote
option hasn’t been restored by Neovim, it is actually not very
straightforward to set up inverse search for PDF files when we are compiling
LaTeX files with the help of Vimtex.
I spend some time figuring how to do it on both Windows and macOS and succeed. I thought it would be helpful for people looking for this issue.
Git learning notes.
制作美味的饺子馅。
2020 年记录。
If we need to access the internet via a proxy server, we should set proxy properly when making HTTP requests using the Requests package.
There are several Python packages by which we can get and set the system clipboard.
A note on bracketed paste mode in terminal and Neovim.
Some usefuls tips for using Tmux.
Some of the settings to make git log
better.
使用国外的源下载 Python 发行版和各种 Python 库,是在太慢了,国内的源速度会快很多,权宜之计。
Build a Ubuntu docker with Python3 and pip support.
To cross the fucking firewall, we need some handy tools.
GitHub 虽然没被封,但是阻断严重,下载 GitHub 资源速度奇慢无比,总结一些验证可行的方法。
This post continues my previous post on nifty Nvim/Vim techniques.
In my daily work, I usually log into a remote server via a terminal emulator and do my development work there. Sometimes, I need to copy text from remote server to my local machine’s clipboard. Previously, I use mouse to select and copy the text, which I find to be quite cumbersome.
Git has two option --git-dir
and --work-tree
. What is the use for them?