【Vim中级用户的几个技巧】http://t.cn/R2ZTm65 ①Turn On Relative Line Numbers②Save Work On Focus Lost③Use Vertical buffers。这几个提高生产力的技巧让你Vim的体验更加良好!
no matter how far down in the file we scroll. The way we'll do this is by splitting the current window in two. The top window will only be 1 line high and will show the headers. The bottom window will be for data editing.
As the first attempt, we carry out a series of three-dimensional numerical experiments, and establish a diagram showing the dependence of the collision nature on the CME speed and k-number, the ratio of the CME's kinetic energy to the CME's total energy. It is found that the super-...
The watcher includes an interactive command-line interface with the ability to run all tests, or focus on a search pattern. It is designed this way so that you can keep it open and enjoy fast re-runs. You can learn the commands from the “Watch Usage” note that the watcher prints afte...
sudo apt install bind9 sudo vim /etc/bind/named.conf.options And add this inoptions: recursive-clients 10000; resolver-query-timeout 30000; max-clients-per-query 10000; max-cache-size 2000m; Then, run: sudo systemctl restart bind9echonameserver 127.0.0.1|sudo tee -a /etc/resolv.conf ...
教你用turnjs制作一个炫丽的翻页杂志
其中0 是当前行的行号,它还显示相对数字前面的实际行号,所以现在你不必估计当前行中要删除或删除的行数,或者更糟糕的是一个人。 你现在可以像 6dd 一样执行常用命令,并确定行数。 你也可以使用相同命令:set rnu 的缩写形式打开相对数字,然后使用:set nornu 关闭相同的数字。 如果你还有:set number 或已经启用...