vim
英 [vɪm]
美 [vɪm]
n. 精力; 活力; 力量
BNC.40460 / COCA.32287
牛津词典
noun
- 精力;活力;力量
energy
英英释义
noun
- an imaginative lively style (especially style of writing)
- his writing conveys great energy
- a remarkable muscularity of style
- a healthy capacity for vigorous activity
- jogging works off my excess energy
- he seemed full of vim and vigor
双语例句
- Table 1 provides the cursor movement commands within Vim.
表1提供了Vim中的光标移动命令。 - You can see the complete list of these special symbols by typing: help keycodes within Vim.
通过在Vim内输入:helpkeycodes,可以看到这些特殊符号的完整列表。 - Vim is a powerful text editor but also lends a helpful hand in debugging.
Vim是一种强大的文本编辑器,但是它对调试也很有帮助。 - This article explains how events work in Vim and then introduces a series of scripts for automating editing events and behaviours.
本文解释了事件在Vim中如何运行,然后介绍了一系列自动编辑事件和行为的脚本。 - Create a folder named under$ HOME/. vim, and copy the custom plug-in to it.
在$HOME/.vim下面创建名为的文件夹,把定制的插件复制到其中。 - This file typically sets some configuration options and loads other Vim configuration files that are specific to the operating system and operating system distribution that you are running.
该文件通常设置一些配置选项,加载特定于运行中的操作系统和操作系统版本的其他Vim配置文件。 - Table 2 shows the Vim commands for deleting text.
表2显示了用于删除文本的Vim命令。 - That user-defined function first calls a built-in Vim function named exists(), passing it a string.
这个用户定义函数首先调用名为exists()的Vim函数,为它传递一个字符串。 - You embed Perl code inside Vim script using markers.
使用标志把Perl代码嵌入在Vim脚本中。 - This article shows what Vim has to offer to highlight syntax from a custom programming language.
本文讨论为了高亮显示定制编程语言的语法Vim必须提供什么。