vim - notepad++ 有 vim 插件吗?

标签 vim plugins notepad++ text-editor

有很多关于vim的问题和解答和notepad++但目前还不清楚,制作 notepad++ 的最佳方法是什么?表现得像vim (如果可能的话)。

更新
看来这个问题需要一些关于我动机的额外信息。我假设自己是一个 vim 初学者。对我来说,一下子更换编辑是相当困难的。我认为我当前编辑器的 vim 插件可以让我在新环境中感到更舒适。

最佳答案

您可以尝试一下ViSimulator for Notepad++,它可能会在一定程度上满足您的要求。它是notepad++的插件,可以在notepad++中以vi/vim的方式进行编辑。 ViSimulator模拟/仿真最常用的vi/vim命令,为notepad++提供更强大的编辑功能。

根据网站的描述,它支持的一些命令:

0: move the cursor to colum 1 (hard beg-of-line)
$: move the cursor to end-of-line
^: move the cursor to the first non-blank character (soft beg-of-line)
-: move the cursor to the first non-blank character (soft beg-of-line) of the previous [count] line 
+, <RETURN>: move the cursor the first non-blank character (soft beg-of-line) of the next [count] line
hjkl: move the cursor left, down, up and right [count] colum/line
and more...

ViSimulator 的访问地址为 https://web.archive.org/web/20150515145616/http://www.visimulator.com/download.html 。原始页面不再可用。

关于vim - notepad++ 有 vim 插件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12817027/

相关文章:

javascript - 使用内部函数重载 JS 插件函数

html - 我的网站 Logo /图像将我的超链接文本向下颠簸

Vimrc 冲突导致加载时出现垃圾

vim - 多个 :g and :v commands in one statement

java - 为什么我的 IntelliJ 插件没有显示在 Android Studio 中

unicode - 如何强制 Notepad++ 仅以 UTF-8 格式打开文件?

html - 如何在 Notepad++ 中自动格式化/缩进 XML/HTML

node.js - 在vim中为nodejs编写require片段?

vim - 是否可以不使用vim的小删除寄存器?

javascript - jQuery 插件内的单击事件在另一个元素上不起作用