`
meetrice
  • 浏览: 194435 次
  • 来自: 南京
社区版块
存档分类
最新评论

viPlugin破解 及 命令

阅读更多


viPlugin破解:

Xq@a*4

将以上文字保存为viPlugin.license 放在eclipse根目下

以下是常用命令

Command
Description
ESC 在插入模式:切换到命令模式
in CommandMode: delete CommandBuffer
i,a,I,A
切换到插入模式
s 删除当前字符并切换到插入模式
o

在当前行下增加一行,并切换到插入模式

O

在当前行前增加一行,并切换到插入模式

$ 光标移到行尾
0 光标移到行首
yy 复制当前行
y 复制选中字符到剪贴板
"ay
复制选中文字到缓冲区A
p 粘贴默认缓冲区文字
"ap
粘贴缓冲区a的文字
dd 删除当前行
dk, d(Up Arrow)
删除当前行以上面一行
dj, d(Down Arrow) 删除当前行以及下面一行
dw 删除当前词
d$ 删除从当前位置至行末
d0 删除从当前位置至行首
cc,S 删除当前行并切换至插入模式
cw Delete to the end of the word and switch to insert mode
c$ Delete to the end of the line and switch to insert mode
c0 Delete to the beginning of the line and switch to insert mode
gg Go to the first line
G
Go to the last line
<n></n>G Go to the <n></n>-th line
/xxx search for xxx
* search for word under cursor
# search for word under cursor backwards
n search again with the last search string
N search backwards with the last search string
x delete current character
:w Save file
:wq Save file and close editor
:q Close editor without saving
:<nr></nr> go to line number <nr></nr>
hjkl movement keys
w move one word forward
b move one word backward
. repeat last command
:u
Undo last change
u
Undo last change
CTRL-R, Z Redo last undo
<<
Shift line left
>>
Shift line right


分享到:
评论
1 楼 VictorWoo 2011-12-20  
viPlugin 2.0,此法失效了。

相关推荐

Global site tag (gtag.js) - Google Analytics